0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-26 00:32:35 +01:00

ircd: Switch to lazy-loading libircd.so symbols.

This commit is contained in:
Jason Volk 2019-04-17 17:29:08 -07:00
parent 0c6845253d
commit 62441e1c68

View file

@ -48,10 +48,10 @@ AM_LDFLAGS = \
-Wl,--icf=all \
-Wl,--rosegment \
-Wl,--whole-archive \
-Wl,-z -Wl,lazy \
-Wl,-z -Wl,nodelete \
-Wl,-z -Wl,nodlopen \
-Wl,-z -Wl,noexecstack \
-Wl,-z -Wl,now \
-Wl,-z -Wl,combreloc \
-Wl,-z -Wl,nocopyreloc \
$(PLATFORM_LDFLAGS) \