Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
ff85e59a
Unverified
Commit
ff85e59a
authored
Jul 29, 2020
by
James Lamb
Committed by
GitHub
Jul 29, 2020
Browse files
[R-package] allow R to pick between -fPIC and -fpic for CRAN package (#3261)
Co-authored-by:
Nikita Titov
<
nekit94-08@mail.ru
>
parent
6f339d77
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
R-package/src/Makevars.in
R-package/src/Makevars.in
+0
-2
R-package/src/Makevars.win.in
R-package/src/Makevars.win.in
+0
-2
No files found.
R-package/src/Makevars.in
View file @
ff85e59a
...
@@ -7,8 +7,6 @@ LGB_CPPFLAGS = \
...
@@ -7,8 +7,6 @@ LGB_CPPFLAGS = \
-DUSE_SOCKET \
-DUSE_SOCKET \
-DLGB_R_BUILD
-DLGB_R_BUILD
CPICFLAGS = -fPIC
PKG_CPPFLAGS = \
PKG_CPPFLAGS = \
-I$(PKGROOT)/include \
-I$(PKGROOT)/include \
$(LGB_CPPFLAGS)
$(LGB_CPPFLAGS)
...
...
R-package/src/Makevars.win.in
View file @
ff85e59a
...
@@ -7,8 +7,6 @@ LGB_CPPFLAGS = \
...
@@ -7,8 +7,6 @@ LGB_CPPFLAGS = \
-DUSE_SOCKET \
-DUSE_SOCKET \
-DLGB_R_BUILD
-DLGB_R_BUILD
CPICFLAGS = -fPIC
PKG_CPPFLAGS = \
PKG_CPPFLAGS = \
-I$(PKGROOT)/include \
-I$(PKGROOT)/include \
$(LGB_CPPFLAGS)
$(LGB_CPPFLAGS)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment