mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
modules: Linker options package; immediate symbol resolution.
This commit is contained in:
parent
62441e1c68
commit
24b6f59a67
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@ AM_LDFLAGS = \
|
|||
-Wl,--gc-sections \
|
||||
-Wl,--icf=all \
|
||||
-Wl,--rosegment \
|
||||
-Wl,-z -Wl,now \
|
||||
-Wl,-z -Wl,noexecstack \
|
||||
-Wl,-z -Wl,combreloc \
|
||||
-Wl,-z -Wl,nocopyreloc \
|
||||
-L$(top_srcdir)/ircd \
|
||||
$(PLATFORM_LDFLAGS) \
|
||||
@EXTRA_LDFLAGS@ \
|
||||
|
|
Loading…
Reference in a new issue