Преглед на файлове

just use -g as -g3 is overkill (and sometimes unstable)

Mike Frysinger преди 19 години
родител
ревизия
b3bccca4b7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      ldso/ldso/Makefile

+ 1 - 1
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