Unverified Commit ff85e59a authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[R-package] allow R to pick between -fPIC and -fpic for CRAN package (#3261)


Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
parent 6f339d77
......@@ -7,8 +7,6 @@ LGB_CPPFLAGS = \
-DUSE_SOCKET \
-DLGB_R_BUILD
CPICFLAGS = -fPIC
PKG_CPPFLAGS = \
-I$(PKGROOT)/include \
$(LGB_CPPFLAGS)
......
......@@ -7,8 +7,6 @@ LGB_CPPFLAGS = \
-DUSE_SOCKET \
-DLGB_R_BUILD
CPICFLAGS = -fPIC
PKG_CPPFLAGS = \
-I$(PKGROOT)/include \
$(LGB_CPPFLAGS)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment