[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r2158 - glibc-package/trunk/debian



Author: aurel32
Date: 2007-04-30 16:26:53 +0000 (Mon, 30 Apr 2007)
New Revision: 2158

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/rules
Log:
Revert commit 2150 (-ggdb3)


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2007-04-30 14:32:08 UTC (rev 2157)
+++ glibc-package/trunk/debian/changelog	2007-04-30 16:26:53 UTC (rev 2158)
@@ -56,8 +56,6 @@
     (does not respect DNS TTLs, see #335476):
      + document it in nscd.NEWS.Debian.
      + patches/any/local-disable-nscd-host-caching.diff: update nscd.conf.
-  * build the glibc with -ggdb3 rather than -g so that debug symbols in
-    libc6-dbg also helps in macros debugging.
   * patches/any/submitted-vfprintf-stack-smashing.diff: enormous alloca
     triggered with %-X.Ys like formats specifier, with Y big, and in
     multi-byte locales. Closes: #380195, #421555.

Modified: glibc-package/trunk/debian/rules
===================================================================
--- glibc-package/trunk/debian/rules	2007-04-30 14:32:08 UTC (rev 2157)
+++ glibc-package/trunk/debian/rules	2007-04-30 16:26:53 UTC (rev 2158)
@@ -109,8 +109,8 @@
 CC     = $(BUILD_CC)
 endif
 
-BUILD_CFLAGS = -O2 -ggdb3
-HOST_CFLAGS = -pipe -O2 -fstrict-aliasing -ggdb3 $(call xx,extra_cflags)
+BUILD_CFLAGS = -O2 -g
+HOST_CFLAGS = -pipe -O2 -fstrict-aliasing -g $(call xx,extra_cflags)
 
 configure_target := $(DEB_HOST_GNU_TYPE)
 



Reply to: