[Commit] jove Makefile,1.7,1.8

Keith Packard commit@keithp.com
Thu, 22 May 2003 13:22:11 -0700


Committed by: keithp

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

Modified Files:
	Makefile 
Log Message:
Add -g to default compile args for jove

Index: Makefile
===================================================================
RCS file: /local/src/CVS/jove/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile	15 May 2003 06:00:14 -0000	1.7
+++ Makefile	22 May 2003 20:22:09 -0000	1.8
@@ -74,7 +74,7 @@
 #	4.3BSD:	LDFLAGS =
 
 LDFLAGS=
-CDEBUGFLAGS=-O
+CDEBUGFLAGS=-O -g
 CFLAGS=$(CDEBUGFLAGS)
 #CC=gcc