From: <av...@us...> - 2011-09-07 01:01:18
|
Revision: 3689 http://sc2.svn.sourceforge.net/sc2/?rev=3689&view=rev Author: avolkov Date: 2011-09-07 01:01:12 +0000 (Wed, 07 Sep 2011) Log Message: ----------- Add -O0 to strict debug build type to match others Modified Paths: -------------- trunk/sc2/build/unix/build.config Modified: trunk/sc2/build/unix/build.config =================================================================== --- trunk/sc2/build/unix/build.config 2011-09-06 22:14:20 UTC (rev 3688) +++ trunk/sc2/build/unix/build.config 2011-09-07 01:01:12 UTC (rev 3689) @@ -150,7 +150,7 @@ CFLAGS="$CFLAGS -g -O0 -DDEBUG -D_DEBUG" ;; *) - CFLAGS="$CFLAGS -g -DDEBUG -W -Wall" + CFLAGS="$CFLAGS -g -O0 -DDEBUG -W -Wall" # CFLAGS="$CFLAGS -O1" # This is needed for -Wunitialized with gcc 3.4 CFLAGS="$CFLAGS -Wbad-function-cast -Wcast-qual -Wmissing-prototypes \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |