mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
Revert "Link with explicit -shared-libgcc to prevent ld.gold causing static fallback."
This reverts commit 3f9fb44475
.
Reverted because it breaks debug line numbers in libircd and construct where it is
linked.
This commit is contained in:
parent
d156965271
commit
1e6f8c6946
2 changed files with 0 additions and 2 deletions
|
@ -22,7 +22,6 @@ AM_CPPFLAGS = \
|
|||
|
||||
AM_LDFLAGS = \
|
||||
-dlopen self \
|
||||
-Wl,-shared-libgcc \
|
||||
-Wl,-fuse-ld=gold \
|
||||
-Wl,--warn-execstack \
|
||||
-Wl,--warn-common \
|
||||
|
|
|
@ -33,7 +33,6 @@ AM_CPPFLAGS = \
|
|||
|
||||
AM_LDFLAGS = \
|
||||
-version-info 3:1:0 \
|
||||
-Wl,-shared-libgcc \
|
||||
-Wl,-fuse-ld=gold \
|
||||
-Wl,--warn-common \
|
||||
-Wl,--warn-execstack \
|
||||
|
|
Loading…
Reference in a new issue