Skip to content

Commit

Permalink
add omp flag back
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen committed May 17, 2014
1 parent 9e436f4 commit 5275b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/Makefile
@@ -1,6 +1,6 @@
export CC = gcc
export CXX = g++
export CFLAGS = -Wall -O3 -msse2 -Wno-unknown-pragmas # -fopenmp
export CFLAGS = -Wall -O3 -msse2 -Wno-unknown-pragmas -fopenmp

# specify tensor path
SLIB = libxgboostpy.so
Expand Down

0 comments on commit 5275b12

Please sign in to comment.