mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
ircd: Switch to lazy-loading libircd.so symbols.
This commit is contained in:
parent
0c6845253d
commit
62441e1c68
1 changed files with 1 additions and 1 deletions
|
@ -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) \
|
||||
|
|
Loading…
Reference in a new issue