[Commit] nickle Makefile.am,1.34,1.35

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


Committed by: keithp

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

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

Index: Makefile.am
===================================================================
RCS file: /local/src/CVS/nickle/Makefile.am,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- Makefile.am	18 Jun 2003 02:49:44 -0000	1.34
+++ Makefile.am	29 Jun 2003 18:16:19 -0000	1.35
@@ -41,9 +41,7 @@
 
 AM_YFLAGS = -d
 
-CDEBUGFLAGS = -O -g
-
-AM_CFLAGS = $(CDEBUGFLAGS) -Wall -Wpointer-arith -Wstrict-prototypes \
+AM_CFLAGS = -Wall -Wpointer-arith -Wstrict-prototypes \
 	-Wmissing-prototypes -Wmissing-declarations \
 	-Wnested-externs
 




More information about the Commit mailing list