Actually build a debug exe in strict-debug mode; bug #1127; from Scott A. Colcord

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3624 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2011-06-24 17:38:12 +00:00
parent 96aebd36ba
commit e9e336e92c
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.7: 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 spoken Slylandro probe coordinates (bug #732) - Nic, Alex
- Added the missing bits to the no-voice versions of Mycon, Syreen and - Added the missing bits to the no-voice versions of Mycon, Syreen and
Utwig dialogue (bug #327) - Alex Utwig dialogue (bug #327) - Alex
+2 -1
View File
@@ -151,7 +151,7 @@ uqm_prepare_config()
;; ;;
*) *)
CFLAGS="$CFLAGS -O1" # This is needed for -Wunitialized 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 \ -Wbad-function-cast -Wcast-qual -Wmissing-prototypes \
-Wstrict-prototypes -Wmissing-declarations \ -Wstrict-prototypes -Wmissing-declarations \
-Wwrite-strings -Wimplicit -Wreturn-type -Wformat \ -Wwrite-strings -Wimplicit -Wreturn-type -Wformat \
@@ -179,6 +179,7 @@ uqm_prepare_config()
CFLAGS=`echo $CFLAGS` CFLAGS=`echo $CFLAGS`
# Remove all the unnecessary spaces from $CFLAGS, # Remove all the unnecessary spaces from $CFLAGS,
# for more readable messages. # for more readable messages.
LDFLAGS="$LDFLAGS -O0"
;; ;;
esac esac
DEBUG=1 DEBUG=1
+1 -1
View File
@@ -39,4 +39,4 @@ Version 0.6.6: Revision 3143
Version 0.6.7: Revision 3276 Version 0.6.7: Revision 3276
Version 0.6.8: Revision 3334 Version 0.6.8: Revision 3334
Version 0.6.9: Revision 3537 Version 0.6.9: Revision 3537
Version 0.7.0-rc1: Revision 3574 Version 0.7.0-rc2: Revision 3622