0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-21 03:18:20 +02:00

Makefiles: Remove --gdb-index here because no -gsplit-dwarf used.

This commit is contained in:
Jason Volk 2019-02-25 15:54:32 -08:00
parent f3d4e27b24
commit 2854ea9a0f
3 changed files with 0 additions and 3 deletions

View file

@ -23,7 +23,6 @@ AM_CPPFLAGS = \
AM_LDFLAGS = \
-dlopen self \
-Wl,-fuse-ld=gold \
-Wl,--gdb-index \
-Wl,--warn-execstack \
-Wl,--warn-common \
-Wl,--detect-odr-violations \

View file

@ -36,7 +36,6 @@ endif
AM_LDFLAGS = \
-version-info 3:1:0 \
-Wl,-fuse-ld=gold \
-Wl,--gdb-index \
-Wl,--warn-common \
-Wl,--warn-execstack \
-Wl,--detect-odr-violations \

View file

@ -29,7 +29,6 @@ AM_LDFLAGS = \
-avoid-version \
-module \
-Wl,-fuse-ld=gold \
-Wl,--gdb-index \
-Wl,--shared \
-Wl,--warn-common \
-Wl,--warn-execstack \