diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-04-07 08:57:39 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-04-07 08:57:39 +0000 |
commit | 1decb32380b8eacf945595321f515d9035a01d6c (patch) | |
tree | 8dacbbcc4def556bdbcc38e09843e384a9571941 /gdb/Makefile.in | |
parent | 37cc8ec1be0959c1878e79fd2baed888da4a2775 (diff) | |
download | gdb-1decb32380b8eacf945595321f515d9035a01d6c.zip gdb-1decb32380b8eacf945595321f515d9035a01d6c.tar.gz gdb-1decb32380b8eacf945595321f515d9035a01d6c.tar.bz2 |
When GCC always enable certain warnings.
Allow configure to set CFLAGS (-g -O2) when GCC.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 5628234..2a78209 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -264,7 +264,7 @@ GLOBAL_CFLAGS = $(MT_CFLAGS) $(MH_CFLAGS) # CFLAGS is specifically reserved for setting from the command line # when running make. I.E. "make CFLAGS=-Wmissing-prototypes". -CFLAGS = -g +CFLAGS = @CFLAGS@ # Need to pass this to testsuite for "make check". Probably should be # consistent with top-level Makefile.in and gdb/testsuite/Makefile.in |