Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2008 20:32:44 GMT
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 143299 for review
Message-ID:  <200806112032.m5BKWipu084531@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=143299

Change 143299 by rpaulo@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806112032.m5BKWipu084531>