try to fix compile bug
This commit is contained in:
parent
46d41a2b43
commit
88beee5639
3
Makefile
3
Makefile
@ -10,6 +10,9 @@ else
|
|||||||
export CFLAGS = -Wall -O3 -msse2 -Wno-unknown-pragmas -fopenmp
|
export CFLAGS = -Wall -O3 -msse2 -Wno-unknown-pragmas -fopenmp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# expose these flags to R CMD SHLIB
|
||||||
|
export PKG_CPPFLAGS = $(CFLAGS)
|
||||||
|
|
||||||
# specify tensor path
|
# specify tensor path
|
||||||
BIN = xgboost
|
BIN = xgboost
|
||||||
OBJ =
|
OBJ =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user