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:
parent
1ef9fa7676
commit
cb2b3e7c16
2 changed files with 5 additions and 0 deletions
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue