From 2854ea9a0fa97366039ca82282835e1828613a96 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Mon, 25 Feb 2019 15:54:32 -0800 Subject: [PATCH] Makefiles: Remove --gdb-index here because no -gsplit-dwarf used. --- construct/Makefile.am | 1 - ircd/Makefile.am | 1 - modules/Makefile.am | 1 - 3 files changed, 3 deletions(-) diff --git a/construct/Makefile.am b/construct/Makefile.am index f81e056cb..736d4d990 100644 --- a/construct/Makefile.am +++ b/construct/Makefile.am @@ -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 \ diff --git a/ircd/Makefile.am b/ircd/Makefile.am index 0e3141346..71149f85f 100644 --- a/ircd/Makefile.am +++ b/ircd/Makefile.am @@ -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 \ diff --git a/modules/Makefile.am b/modules/Makefile.am index 572415ebe..8afac8ebd 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -29,7 +29,6 @@ AM_LDFLAGS = \ -avoid-version \ -module \ -Wl,-fuse-ld=gold \ - -Wl,--gdb-index \ -Wl,--shared \ -Wl,--warn-common \ -Wl,--warn-execstack \