Lines 17815-17821
Link Here
|
17815 |
conftest$ac_exeext conftest.$ac_ext |
17815 |
conftest$ac_exeext conftest.$ac_ext |
17816 |
LDFLAGS=$save_LDFLAGS |
17816 |
LDFLAGS=$save_LDFLAGS |
17817 |
|
17817 |
|
17818 |
if test "$DEAD_CODE_REMOVAL" == ""; then |
17818 |
if test -z "$DEAD_CODE_REMOVAL"; then |
17819 |
# Macos linkers have a -dead_strip flag, which is similar to --gc-sections. |
17819 |
# Macos linkers have a -dead_strip flag, which is similar to --gc-sections. |
17820 |
save_LDFLAGS=$LDFLAGS |
17820 |
save_LDFLAGS=$LDFLAGS |
17821 |
LDFLAGS="$LDFLAGS -Wl,-dead_strip" |
17821 |
LDFLAGS="$LDFLAGS -Wl,-dead_strip" |