0
0
Fork 0
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:
Jason Volk 2018-05-29 23:03:39 -07:00
parent 1cafbef10e
commit 355c1845e3

View file

@ -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) \