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

r2150 - glibc-package/trunk/debian



Author: madcoder
Date: 2007-04-30 12:35:53 +0000 (Mon, 30 Apr 2007)
New Revision: 2150

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/rules
Log:
use -ggdb3


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2007-04-30 08:04:58 UTC (rev 2149)
+++ glibc-package/trunk/debian/changelog	2007-04-30 12:35:53 UTC (rev 2150)
@@ -48,11 +48,13 @@
     (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.
 
   [ Clint Adams ]
   * Switch from linux-kernel-headers to linux-libc-dev | linux-kernel-headers.
 
- -- Aurelien Jarno <aurel32@debian.org>  Mon, 30 Apr 2007 10:03:51 +0200
+ -- Pierre Habouzit <madcoder@debian.org>  Mon, 30 Apr 2007 14:33:23 +0200
 
 glibc (2.5-4) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/rules
===================================================================
--- glibc-package/trunk/debian/rules	2007-04-30 08:04:58 UTC (rev 2149)
+++ glibc-package/trunk/debian/rules	2007-04-30 12:35:53 UTC (rev 2150)
@@ -109,8 +109,8 @@
 CC     = $(BUILD_CC)
 endif
 
-BUILD_CFLAGS = -O2 -g
-HOST_CFLAGS = -pipe -O2 -fstrict-aliasing -g $(call xx,extra_cflags)
+BUILD_CFLAGS = -O2 -ggdb3
+HOST_CFLAGS = -pipe -O2 -fstrict-aliasing -ggdb3 $(call xx,extra_cflags)
 
 configure_target := $(DEB_HOST_GNU_TYPE)
 



Reply to: