PERFORCE change 143299 for review

Rui Paulo rpaulo at FreeBSD.org
Wed Jun 11 20:32:45 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=143299

Change 143299 by rpaulo at rpaulo_epsilon on 2008/06/11 20:32:27

	Enable gdb debugging.

Affected files ...

.. //depot/projects/soc2008/rpaulo-tcpad/Makefile#6 edit

Differences ...

==== //depot/projects/soc2008/rpaulo-tcpad/Makefile#6 (text+ko) ====

@@ -1,8 +1,8 @@
-# $P4: //depot/projects/soc2008/rpaulo-tcpad/Makefile#5 $
+# $P4: //depot/projects/soc2008/rpaulo-tcpad/Makefile#6 $
 
 PROG=tcpad
 SRCS=main.c device.c linkhdr.c handler.c dumper.c
-CFLAGS+=-DDEBUG
+CFLAGS+=-DDEBUG -ggdb
 WARNS=5
 LDADD=-lpcap
 


More information about the p4-projects mailing list