From: <av...@us...> - 2011-06-24 17:38:18
|
Revision: 3624 http://sc2.svn.sourceforge.net/sc2/?rev=3624&view=rev Author: avolkov Date: 2011-06-24 17:38:12 +0000 (Fri, 24 Jun 2011) Log Message: ----------- Actually build a debug exe in strict-debug mode; bug #1127; from Scott A. Colcord Modified Paths: -------------- trunk/sc2/ChangeLog trunk/sc2/build/unix/build.config trunk/sc2/doc/devel/versions Modified: trunk/sc2/ChangeLog =================================================================== --- trunk/sc2/ChangeLog 2011-06-01 18:55:48 UTC (rev 3623) +++ trunk/sc2/ChangeLog 2011-06-24 17:38:12 UTC (rev 3624) @@ -1,4 +1,5 @@ Changes towards version 0.7: +- Build with debug info in strict-debug mode (bug #1127), from Scott A. Colcord - Added spoken Slylandro probe coordinates (bug #732) - Nic, Alex - Added the missing bits to the no-voice versions of Mycon, Syreen and Utwig dialogue (bug #327) - Alex Modified: trunk/sc2/build/unix/build.config =================================================================== --- trunk/sc2/build/unix/build.config 2011-06-01 18:55:48 UTC (rev 3623) +++ trunk/sc2/build/unix/build.config 2011-06-24 17:38:12 UTC (rev 3624) @@ -151,7 +151,7 @@ ;; *) CFLAGS="$CFLAGS -O1" # This is needed for -Wunitialized - CFLAGS="$CFLAGS -W -Wall \ + CFLAGS="$CFLAGS -g -DDEBUG -W -Wall \ -Wbad-function-cast -Wcast-qual -Wmissing-prototypes \ -Wstrict-prototypes -Wmissing-declarations \ -Wwrite-strings -Wimplicit -Wreturn-type -Wformat \ @@ -179,6 +179,7 @@ CFLAGS=`echo $CFLAGS` # Remove all the unnecessary spaces from $CFLAGS, # for more readable messages. + LDFLAGS="$LDFLAGS -O0" ;; esac DEBUG=1 Modified: trunk/sc2/doc/devel/versions =================================================================== --- trunk/sc2/doc/devel/versions 2011-06-01 18:55:48 UTC (rev 3623) +++ trunk/sc2/doc/devel/versions 2011-06-24 17:38:12 UTC (rev 3624) @@ -39,4 +39,4 @@ Version 0.6.7: Revision 3276 Version 0.6.8: Revision 3334 Version 0.6.9: Revision 3537 -Version 0.7.0-rc1: Revision 3574 +Version 0.7.0-rc2: Revision 3622 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |