diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-28 22:28:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-28 22:28:26 +0000 |
commit | b3bccca4b73e2759e5a30ad3d1a21b96d017eadb (patch) | |
tree | a4af95bb2e6c5864a426e338082a86f0c951bc77 | |
parent | 226d4893c8ac86278a986177e6821a63f8dda20b (diff) |
just use -g as -g3 is overkill (and sometimes unstable)
-rw-r--r-- | ldso/ldso/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |