Define NDEBUG in release build.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3483 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2009-12-28 13:33:10 +00:00
parent 9c3a7e090c
commit 0535bb5c11
+1 -1
View File
@@ -117,7 +117,7 @@ uqm_prepare_config()
CFLAGS="$CFLAGS -O3 -DNDEBUG"
;;
*)
CFLAGS="$CFLAGS -O3"
CFLAGS="$CFLAGS -O3 -DNDEBUG"
;;
esac
DEBUG=0