compatibility issue with openmp

This commit is contained in:
tqchen
2014-03-03 15:11:41 -08:00
parent e3b7abfb47
commit 2aa1978cb6
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