Squashed 'subtree/rabit/' changes from c7282ac..1db6449

1db6449 remove include in -I, make things easier to direct compile

git-subtree-dir: subtree/rabit
git-subtree-split: 1db6449b01
This commit is contained in:
tqchen
2015-01-18 21:31:16 -08:00
parent d87691ec60
commit 81749e6b63
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=.