From 35350222a833993738d049c779f478dc402fa739 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Mon, 11 Nov 1991 19:23:24 +0000 Subject: [PATCH] Added MINUS_G flag, now debugging can be turned off --- gdb/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gdb/Makefile.in b/gdb/Makefile.in index bfb733d..c9a2ff4 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -102,7 +102,8 @@ INCLUDE_CFLAGS = -I. -I${srcdir} -I$(INCLUDE_DIR) -I$(READLINE_DIR) -I${srcdir}/ # {X,T}M_CFLAGS, if defined, has system-dependent CFLAGS. # CFLAGS for GDB -GLOBAL_CFLAGS = -g ${TM_CFLAGS} ${XM_CFLAGS} +MINUS_G=-g +GLOBAL_CFLAGS = $(MINUS_G) ${TM_CFLAGS} ${XM_CFLAGS} #PROFILE_CFLAGS = -pg CFLAGS = ${GLOBAL_CFLAGS} ${PROFILE_CFLAGS} ${MALLOC_CFLAGS} ${INCLUDE_CFLAGS} -- 2.7.4