remove useless flag

This commit is contained in:
tqchen 2014-08-31 09:12:58 -07:00
parent fabe2f39e2
commit 26c61dc0a3
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
PKGROOT=../../
# _*_ mode: Makefile; _*_
CXX=`"${R_HOME}/bin/R" CMD config CXX`
CFLAGS=`"${R_HOME}/bin/R" CMD config CFLAGS`
CXXFLAGS=`"${R_HOME}/bin/R" CMD config CXXFLAGS`
# expose these flags to R CMD SHLIB
PKG_CPPFLAGS= -DXGBOOST_CUSTOMIZE_MSG_ -I$(PKGROOT) $(SHLIB_OPENMP_CFLAGS)

View File

@ -2,7 +2,6 @@
PKGROOT=../../
# _*_ mode: Makefile; _*_
CXX=`"${R_HOME}/bin/Rcmd" config CXX`
CFLAGS=`"${R_HOME}/bin/Rcmd" config CFLAGS`
CXXFLAGS=`"${R_HOME}/bin/Rcmd" config CXXFLAGS`
# expose these flags to R CMD SHLIB
PKG_CPPFLAGS= -DXGBOOST_CUSTOMIZE_MSG_ -I$(PKGROOT) $(SHLIB_OPENMP_CFLAGS)