Date: Fri, 20 Jun 2008 16:18:15 GMT From: Gabor Kovesdan <gabor@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 143825 for review Message-ID: <200806201618.m5KGIE2u035156@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=143825 Change 143825 by gabor@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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806201618.m5KGIE2u035156>