0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-29 02:02:38 +01:00

ircd: Minor link options package.

This commit is contained in:
Jason Volk 2018-12-21 14:38:14 -08:00
parent 1ef9fa7676
commit cb2b3e7c16
2 changed files with 5 additions and 0 deletions

View file

@ -35,6 +35,8 @@ endif
AM_LDFLAGS = \
-version-info 3:1:0 \
-Wl,-fuse-ld=gold \
-Wl,--warn-common \
-Wl,--warn-execstack \
-Wl,--detect-odr-violations \
-Wl,--export-dynamic \
-Wl,--no-undefined \

View file

@ -29,6 +29,9 @@ AM_LDFLAGS = \
-module \
-Wl,-fuse-ld=gold \
-Wl,--shared \
-Wl,--warn-common \
-Wl,--warn-execstack \
-Wl,--detect-odr-violations \
-Wl,--export-dynamic \
-Wl,--no-gnu-unique \
-Wl,--no-allow-shlib-undefined \