From b3bccca4b73e2759e5a30ad3d1a21b96d017eadb Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 28 Jul 2005 22:28:26 +0000 Subject: just use -g as -g3 is overkill (and sometimes unstable) --- ldso/ldso/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso/ldso') diff --git a/ldso/ldso/Makefile b/ldso/ldso/Makefile index 3aaafb76e..520bb06b0 100644 --- a/ldso/ldso/Makefile +++ b/ldso/ldso/Makefile @@ -36,7 +36,7 @@ ifeq ($(DODEBUG),y) # Not really much point in including debugging info, since gdb # can't really debug ldso, since gdb requires help from ldso to # debug things.... -XXFLAGS+=-Os -g3 +XXFLAGS+=-Os -g else XXFLAGS+=$(OPTIMIZATION) endif -- cgit v1.2.3