[Commit] nickle/builtin Makefile.am,1.7,1.8

Keith Packard commit at keithp.com
Sun Jun 29 12:16:22 PDT 2003


Committed by: keithp

Update of /local/src/CVS/nickle/builtin
In directory home.keithp.com:/tmp/cvs-serv29662/builtin

Modified Files:
	Makefile.am 
Log Message:
Eliminate CDEBUGFLAGS as useless

Index: Makefile.am
===================================================================
RCS file: /local/src/CVS/nickle/builtin/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile.am	18 Jun 2003 02:49:44 -0000	1.7
+++ Makefile.am	29 Jun 2003 18:16:20 -0000	1.8
@@ -2,9 +2,7 @@
 
 DEFINES = -DBUILD=\""`sh $(top_srcdir)/date-sh`"\"
 
-CDEBUGFLAGS = -O -g
-
-AM_CFLAGS = $(CDEBUGFLAGS) -Wall -Wpointer-arith -Wstrict-prototypes \
+AM_CFLAGS = -Wall -Wpointer-arith -Wstrict-prototypes \
 	-Wmissing-prototypes -Wmissing-declarations \
 	-Wnested-externs $(DEFINES)
 




More information about the Commit mailing list