forked from cupy/cupy-release-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request cupy#374 from chainer-ci/bp-373-v13-link-as-needed
[backport] Only link shared libraries required
- Loading branch information
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,6 @@ fi | |
export CUPY_NUM_BUILD_JOBS=4 | ||
export CUPY_NUM_NVCC_THREADS=4 | ||
|
||
export LDFLAGS="-Wl,--as-needed ${LDFLAGS}" | ||
|
||
"$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters