mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 06:51:08 +01:00
Makefiles: Remove --gdb-index here because no -gsplit-dwarf used.
This commit is contained in:
parent
f3d4e27b24
commit
2854ea9a0f
3 changed files with 0 additions and 3 deletions
|
@ -23,7 +23,6 @@ AM_CPPFLAGS = \
|
||||||
AM_LDFLAGS = \
|
AM_LDFLAGS = \
|
||||||
-dlopen self \
|
-dlopen self \
|
||||||
-Wl,-fuse-ld=gold \
|
-Wl,-fuse-ld=gold \
|
||||||
-Wl,--gdb-index \
|
|
||||||
-Wl,--warn-execstack \
|
-Wl,--warn-execstack \
|
||||||
-Wl,--warn-common \
|
-Wl,--warn-common \
|
||||||
-Wl,--detect-odr-violations \
|
-Wl,--detect-odr-violations \
|
||||||
|
|
|
@ -36,7 +36,6 @@ endif
|
||||||
AM_LDFLAGS = \
|
AM_LDFLAGS = \
|
||||||
-version-info 3:1:0 \
|
-version-info 3:1:0 \
|
||||||
-Wl,-fuse-ld=gold \
|
-Wl,-fuse-ld=gold \
|
||||||
-Wl,--gdb-index \
|
|
||||||
-Wl,--warn-common \
|
-Wl,--warn-common \
|
||||||
-Wl,--warn-execstack \
|
-Wl,--warn-execstack \
|
||||||
-Wl,--detect-odr-violations \
|
-Wl,--detect-odr-violations \
|
||||||
|
|
|
@ -29,7 +29,6 @@ AM_LDFLAGS = \
|
||||||
-avoid-version \
|
-avoid-version \
|
||||||
-module \
|
-module \
|
||||||
-Wl,-fuse-ld=gold \
|
-Wl,-fuse-ld=gold \
|
||||||
-Wl,--gdb-index \
|
|
||||||
-Wl,--shared \
|
-Wl,--shared \
|
||||||
-Wl,--warn-common \
|
-Wl,--warn-common \
|
||||||
-Wl,--warn-execstack \
|
-Wl,--warn-execstack \
|
||||||
|
|
Loading…
Reference in a new issue