make xgcombine buffer work

This commit is contained in:
tqchen
2014-08-17 22:49:36 -07:00
parent 4ed4b08146
commit 0d9a8c042c
5 changed files with 205 additions and 207 deletions

View File

@@ -1,6 +1,6 @@
export CC = clang
export CXX = clang++
export CFLAGS = -Wall -O3 -msse2 -Wno-unknown-pragmas
export CC = gcc
export CXX = g++
export CFLAGS = -Wall -O3 -msse2 -Wno-unknown-pragmas -fopenmp
# specify tensor path
BIN = xgboost