compatibility issue with openmp

This commit is contained in:
tqchen
2014-03-03 15:11:41 -08:00
parent 5a65f4b958
commit bbbbe6bc4e
6 changed files with 24 additions and 5 deletions

View File

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