This commit is contained in:
tqchen
2015-05-28 12:37:06 -07:00
parent fd8920c71d
commit ceedf4ea96
2 changed files with 20 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ export CXX = g++
endif
export MPICXX = mpicxx
export LDFLAGS= -Llib -lrt
export WARNFLAGS= -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pedantic
export WARNFLAGS= -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas
export CFLAGS = -O3 -msse2 $(WARNFLAGS)
ifndef WITH_FPIC