|
From: <axl...@us...> - 2008-12-07 17:25:17
|
Revision: 64
http://hgengine.svn.sourceforge.net/hgengine/?rev=64&view=rev
Author: axlecrusher
Date: 2008-12-07 17:25:12 +0000 (Sun, 07 Dec 2008)
Log Message:
-----------
optimization is breaking it
Modified Paths:
--------------
Mercury2/base_set.sh
Modified: Mercury2/base_set.sh
===================================================================
--- Mercury2/base_set.sh 2008-12-07 17:01:19 UTC (rev 63)
+++ Mercury2/base_set.sh 2008-12-07 17:25:12 UTC (rev 64)
@@ -14,7 +14,7 @@
OPT_libxml=1
DEFINES="WAS_CONFIGURED USE_MSTRING"
-CC_BASE="-O2 -g"
+CC_BASE="-O0 -g -Wall"
for i in $*; do
if test $i = "--help"; then
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|