0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-27 07:54:05 +01:00

Remove no-op linker flag in these contexts.

This commit is contained in:
Jason Volk 2019-05-02 14:16:26 -07:00
parent f9e858ae9e
commit 68f82d25a3
2 changed files with 0 additions and 2 deletions

View file

@ -43,7 +43,6 @@ AM_LDFLAGS = \
-Wl,--no-undefined-version \ -Wl,--no-undefined-version \
-Wl,--no-undefined \ -Wl,--no-undefined \
-Wl,--no-gnu-unique \ -Wl,--no-gnu-unique \
-Wl,--export-dynamic \
-Wl,--gc-sections \ -Wl,--gc-sections \
-Wl,--icf=all \ -Wl,--icf=all \
-Wl,--rosegment \ -Wl,--rosegment \

View file

@ -33,7 +33,6 @@ AM_LDFLAGS = \
-Wl,--warn-common \ -Wl,--warn-common \
-Wl,--warn-execstack \ -Wl,--warn-execstack \
-Wl,--detect-odr-violations \ -Wl,--detect-odr-violations \
-Wl,--export-dynamic \
-Wl,--no-gnu-unique \ -Wl,--no-gnu-unique \
-Wl,--no-allow-shlib-undefined \ -Wl,--no-allow-shlib-undefined \
-Wl,--gc-sections \ -Wl,--gc-sections \