mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
Re-attempt use of .gdb_index section.
This commit is contained in:
parent
5721920957
commit
81ae93ecc1
3 changed files with 3 additions and 1 deletions
|
@ -34,6 +34,7 @@ AM_LDFLAGS = \
|
|||
-Wl,--dynamic-list-cpp-typeinfo \
|
||||
-Wl,--icf=all \
|
||||
-Wl,--rosegment \
|
||||
-Wl,--gdb-index \
|
||||
-Wl,-z -Wl,noexecstack \
|
||||
-L$(top_srcdir)/ircd \
|
||||
-L$(top_srcdir)/modules \
|
||||
|
|
|
@ -43,7 +43,7 @@ AM_LDFLAGS = \
|
|||
-Wl,--no-gc-sections \
|
||||
-Wl,--icf=all \
|
||||
-Wl,--rosegment \
|
||||
-Wl,--whole-archive \
|
||||
-Wl,--gdb-index \
|
||||
-Wl,-z -Wl,lazy \
|
||||
-Wl,-z -Wl,nodelete \
|
||||
-Wl,-z -Wl,nodlopen \
|
||||
|
|
|
@ -35,6 +35,7 @@ AM_LDFLAGS = \
|
|||
-Wl,--allow-shlib-undefined \
|
||||
-Wl,--gc-sections \
|
||||
-Wl,--icf=all \
|
||||
-Wl,--gdb-index \
|
||||
-Wl,-z -Wl,lazy \
|
||||
-Wl,-z -Wl,noexecstack \
|
||||
-Wl,-z -Wl,combreloc \
|
||||
|
|
Loading…
Reference in a new issue