removed a couple patches too many -- re-institute the removal of -g

on CFLAGS  -- noticed by brad@
This commit is contained in:
obecian 2001-03-15 21:09:37 +00:00
parent f83f632cbe
commit 6f7a09b935
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- Makefile.in.orig Thu Mar 15 13:03:42 2001
+++ Makefile.in Thu Mar 15 13:04:03 2001
@@ -17,7 +17,7 @@ CCOPT =
LIBPCAPDIR = @libpcapdir@
INCLS = -I$(LIBPCAPDIR)
DEFS = @DEFS@ -DNMAP_VERSION=\"$(NMAP_VERSION)\" -DNMAP_NAME=\"$(NMAP_NAME)\" -DNMAP_URL=\"$(NMAP_URL)\" -DNMAP_PLATFORM=\"$(NMAP_PLATFORM)\" -DNMAPDATADIR=\"$(nmapdatadir)\"
-CFLAGS = -g @CFLAGS@ $(CCOPT) $(DEFS) $(INCLS)
+CFLAGS = @CFLAGS@ $(CCOPT) $(DEFS) $(INCLS)
# CFLAGS = -g -Wall $(DEFS) $(INCLS)
STATIC =
LDFLAGS = @LDFLAGS@ $(STATIC)

View File

@ -0,0 +1,11 @@
--- nbase/Makefile.in.orig Thu Mar 15 13:04:25 2001
+++ nbase/Makefile.in Thu Mar 15 13:04:40 2001
@@ -10,7 +10,7 @@ AR = ar
RANLIB = @RANLIB@
CCOPT =
DEFS = @DEFS@ -DNCRACK_VERSION=\"$(NCRACK_VERSION)\" -DHAVE_CONFIG_H=1
-CFLAGS = @CFLAGS@ -g $(CCOPT) $(GLIB_CFLAGS) $(DEFS) $(INCLS)
+CFLAGS = @CFLAGS@ $(CCOPT) $(GLIB_CFLAGS) $(DEFS) $(INCLS)
# CFLAGS = -g -Wall $(DEFS) $(INCLS)
STATIC =
LDFLAGS = @LDFLAGS@ $(STATIC)