Honor user's CFLAGS setting, instead of splatting it unconditionally with
a plain ugly "-g".
This commit is contained in:
parent
dc33ae23b4
commit
4144cc456e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5690
1 changed files with 9 additions and 0 deletions
|
@ -3,6 +3,15 @@ processing config.c.in.
|
|||
|
||||
--- Makefile.in Mon Dec 2 14:45:56 1996
|
||||
+++ Makefile.in Sun Feb 16 19:33:40 1997
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
# We don't specify -g -O because many compilers don't support -g -O,
|
||||
# and/or -O is broken in and of itself.
|
||||
-CFLAGS = -g
|
||||
+CFLAGS += -g
|
||||
LIBCFLAGS = $(CFLAGS)
|
||||
CFLAGS_FOR_TARGET = $(CFLAGS)
|
||||
LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET)
|
||||
@@ -104,7 +104,7 @@
|
||||
|
||||
M4 = `if [ -f $$r/m4/m4 ] ; \
|
||||
|
|
Loading…
Reference in a new issue