projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
550e87b
)
Added MINUS_G flag, now debugging can be turned off
author
Steve Chamberlain
<sac@cygnus>
Mon, 11 Nov 1991 19:23:24 +0000
(19:23 +0000)
committer
Steve Chamberlain
<sac@cygnus>
Mon, 11 Nov 1991 19:23:24 +0000
(19:23 +0000)
gdb/Makefile.in
patch
|
blob
|
history
diff --git
a/gdb/Makefile.in
b/gdb/Makefile.in
index bfb733d00655c55852e00560e4f179c7ef0bc2da..c9a2ff40b3bfa4aa7953339db6742f3f8f00624d 100644
(file)
--- 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}