879e57e564
PR: 25646 Submitted by: John Saunders <john@nlc.net.au> (Non-response from maintainer)
11 lines
361 B
Text
11 lines
361 B
Text
--- Makefile.orig Tue Feb 13 09:08:59 2001
|
|
+++ Makefile Sat Mar 10 17:36:25 2001
|
|
@@ -62,7 +62,7 @@
|
|
ifneq ($(DEBUG),NO)
|
|
override CFLAGS = -DDEBUG -g
|
|
else
|
|
- override CFLAGS = -DNDEBUG -O2
|
|
+ override CFLAGS += -DNDEBUG #-O2
|
|
endif
|
|
C_WARN_FLAG = -Wall
|
|
override CFLAGS += $(C_WARN_FLAG) $(INC) $(CF_VERS)
|