[Extractor-gtk-cvslog] SF.net SVN: extractor-gtk: [65] trunk/extractor/Makefile
Extract files from unusual archive formats
Brought to you by:
someone-guy
From: <som...@us...> - 2008-02-22 23:00:06
|
Revision: 65 http://extractor-gtk.svn.sourceforge.net/extractor-gtk/?rev=65&view=rev Author: someone-guy Date: 2008-02-22 15:00:03 -0800 (Fri, 22 Feb 2008) Log Message: ----------- Add some useful warnings, use -O2 Modified Paths: -------------- trunk/extractor/Makefile Modified: trunk/extractor/Makefile =================================================================== --- trunk/extractor/Makefile 2008-02-22 22:59:54 UTC (rev 64) +++ trunk/extractor/Makefile 2008-02-22 23:00:03 UTC (rev 65) @@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-Wall -g -O +CFLAGS=-Wall -Wdeclaration-after-statement -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -g -O2 MODULES= \ bloodrayne.c \ generic.c \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |