PERFORCE change 143825 for review

Gabor Kovesdan gabor at FreeBSD.org
Fri Jun 20 16:18:15 UTC 2008


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

Change 143825 by gabor at gabor_server on 2008/06/20 16:17:43

	- Don't compile with debug symbols, the code is supposed to be
	  stable enough now.

Affected files ...

.. //depot/projects/soc2008/gabor_textproc/grep/Makefile#4 edit

Differences ...

==== //depot/projects/soc2008/gabor_textproc/grep/Makefile#4 (text+ko) ====

@@ -15,7 +15,7 @@
 	grep.1 zegrep.1 \
 	grep.1 zfgrep.1
 
-CFLAGS+= -std=c99 -Wall -pedantic -ggdb
+CFLAGS+= -std=c99 -Wall -pedantic
 
 LDADD=	-lz -lbz2
 DPADD=	${LIBZ} ${LIBBZ2}


More information about the p4-projects mailing list