summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ldso/ldso/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/Makefile.in b/ldso/ldso/Makefile.in
index e39ef84d5..6d126cb2b 100644
--- a/ldso/ldso/Makefile.in
+++ b/ldso/ldso/Makefile.in
@@ -17,7 +17,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....
-CFLAGS-ldso += -Os -g
+CFLAGS-ldso += -O2 -g
endif
CFLAGS-ldso/ldso/$(TARGET_ARCH)/ := $(CFLAGS-ldso)