[uClibc-cvs] svn commit: trunk/uClibc/ldso/ldso

vapier at uclibc.org vapier at uclibc.org
Thu Jul 28 22:28:27 UTC 2005


Author: vapier
Date: 2005-07-28 16:28:26 -0600 (Thu, 28 Jul 2005)
New Revision: 10951

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

Modified:
   trunk/uClibc/ldso/ldso/Makefile


Changeset:
Modified: trunk/uClibc/ldso/ldso/Makefile
===================================================================
--- trunk/uClibc/ldso/ldso/Makefile	2005-07-28 22:27:27 UTC (rev 10950)
+++ trunk/uClibc/ldso/ldso/Makefile	2005-07-28 22:28:26 UTC (rev 10951)
@@ -36,7 +36,7 @@
 # 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




More information about the uClibc-cvs mailing list