Added MINUS_G flag, now debugging can be turned off
authorSteve Chamberlain <sac@cygnus>
Mon, 11 Nov 1991 19:23:24 +0000 (19:23 +0000)
committerSteve Chamberlain <sac@cygnus>
Mon, 11 Nov 1991 19:23:24 +0000 (19:23 +0000)
gdb/Makefile.in

index bfb733d00655c55852e00560e4f179c7ef0bc2da..c9a2ff40b3bfa4aa7953339db6742f3f8f00624d 100644 (file)
@@ -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}