mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
ircd/Makefile: Add gold linker option --dynamic-list-data.
This commit is contained in:
parent
1cafbef10e
commit
355c1845e3
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ AM_LDFLAGS = \
|
|||
-Wl,--export-dynamic \
|
||||
-Wl,--no-gnu-unique \
|
||||
-Wl,--gc-sections \
|
||||
-Wl,--dynamic-list-data \
|
||||
-Wl,--icf=all \
|
||||
-Wl,-z -Wl,now \
|
||||
$(PLATFORM_LDFLAGS) \
|
||||
|
|
Loading…
Reference in a new issue