some quick fix

This commit is contained in:
tqchen
2014-09-01 15:32:02 -07:00
parent 6ac6a3d9c9
commit 8863c520e7
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ export CC = gcc
export CXX = g++
export LDFLAGS= -pthread -lm
export CFLAGS = -Wall -O3 -msse2 -Wno-unknown-pragmas -fPIC -pedantic
export CFLAGS = -Wall -O3 -msse2 -Wno-unknown-pragmas -fPIC -pedantic -ansi
ifeq ($(no_omp),1)
CFLAGS += -DDISABLE_OPENMP