Merge commit '81749e6b637997156c481e7f1d74fd319ba7b1d4' into unity

This commit is contained in:
tqchen
2015-01-18 21:31:16 -08:00
10 changed files with 15 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ export CXX = g++
export MPICXX = mpicxx
export LDFLAGS= -Llib
export WARNFLAGS= -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pedantic
export CFLAGS = -O3 -msse2 -fPIC -Iinclude $(WARNFLAGS)
export CFLAGS = -O3 -msse2 -fPIC $(WARNFLAGS)
# build path
BPATH=.