0
0
Fork 0
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:
Jason Volk 2019-05-17 00:44:00 -07:00
parent 5721920957
commit 81ae93ecc1
3 changed files with 3 additions and 1 deletions

View file

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

View file

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

View file

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