mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
Remove no-op linker flag in these contexts.
This commit is contained in:
parent
f9e858ae9e
commit
68f82d25a3
2 changed files with 0 additions and 2 deletions
|
@ -43,7 +43,6 @@ AM_LDFLAGS = \
|
|||
-Wl,--no-undefined-version \
|
||||
-Wl,--no-undefined \
|
||||
-Wl,--no-gnu-unique \
|
||||
-Wl,--export-dynamic \
|
||||
-Wl,--gc-sections \
|
||||
-Wl,--icf=all \
|
||||
-Wl,--rosegment \
|
||||
|
|
|
@ -33,7 +33,6 @@ AM_LDFLAGS = \
|
|||
-Wl,--warn-common \
|
||||
-Wl,--warn-execstack \
|
||||
-Wl,--detect-odr-violations \
|
||||
-Wl,--export-dynamic \
|
||||
-Wl,--no-gnu-unique \
|
||||
-Wl,--no-allow-shlib-undefined \
|
||||
-Wl,--gc-sections \
|
||||
|
|
Loading…
Reference in a new issue