浏览代码

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