Source-Changes-HG archive

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

[src/trunk]: src/libexec/ld.elf_so Turn DEBUG back on by default. It doesn't...



details:   https://anonhg.NetBSD.org/src/rev/55ed6eaf0df3
branches:  trunk
changeset: 536349:55ed6eaf0df3
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Fri Sep 13 18:28:58 2002 +0000

description:
Turn DEBUG back on by default.  It doesn't take much space.

diffstat:

 libexec/ld.elf_so/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 019bb39b689e -r 55ed6eaf0df3 libexec/ld.elf_so/Makefile
--- a/libexec/ld.elf_so/Makefile        Fri Sep 13 18:26:55 2002 +0000
+++ b/libexec/ld.elf_so/Makefile        Fri Sep 13 18:28:58 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.52 2002/08/31 18:18:14 mycroft Exp $
+#      $NetBSD: Makefile,v 1.53 2002/09/13 18:28:58 mycroft Exp $
 
 .include <bsd.own.mk>                  # for OBJECT_FMT definition
 
@@ -38,7 +38,7 @@
 CPPFLAGS+= -I${.CURDIR}
 CPPFLAGS+= -DRTLD_LOADER
 CPPFLAGS+= -D_RTLD_SOURCE
-#CPPFLAGS+= -DDEBUG
+CPPFLAGS+= -DDEBUG
 #CPPFLAGS+= -DRTLD_DEBUG
 #CPPFLAGS+= -DRTLD_DEBUG_RELOC
 #DBG=  -g



Home | Main Index | Thread Index | Old Index