You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ge...@apache.org on 2006/07/06 01:39:29 UTC

svn commit: r419385 - in /incubator/harmony/enhanced/drlvm/trunk/build/make: lnx.properties win.properties

Author: geirm
Date: Wed Jul  5 16:39:28 2006
New Revision: 419385

URL: http://svn.apache.org/viewvc?rev=419385&view=rev
Log:
changed to default debug build as per HARMONY-681

Modified:
    incubator/harmony/enhanced/drlvm/trunk/build/make/lnx.properties
    incubator/harmony/enhanced/drlvm/trunk/build/make/win.properties

Modified: incubator/harmony/enhanced/drlvm/trunk/build/make/lnx.properties
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/build/make/lnx.properties?rev=419385&r1=419384&r2=419385&view=diff
==============================================================================
--- incubator/harmony/enhanced/drlvm/trunk/build/make/lnx.properties (original)
+++ incubator/harmony/enhanced/drlvm/trunk/build/make/lnx.properties Wed Jul  5 16:39:28 2006
@@ -87,7 +87,7 @@
 # http.proxyPort=
 
 # Default building mode, either release or debug
-BUILD_CFG=release
+BUILD_CFG=debug
 
 # Default C compiler, either icc or gcc
 CXX=gcc

Modified: incubator/harmony/enhanced/drlvm/trunk/build/make/win.properties
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/build/make/win.properties?rev=419385&r1=419384&r2=419385&view=diff
==============================================================================
--- incubator/harmony/enhanced/drlvm/trunk/build/make/win.properties (original)
+++ incubator/harmony/enhanced/drlvm/trunk/build/make/win.properties Wed Jul  5 16:39:28 2006
@@ -87,7 +87,7 @@
 # http.proxyPort=
 
 # Default building mode, either release or debug
-BUILD_CFG=release
+BUILD_CFG=debug
 
 # Default C compiler, either icl or msvc
 CXX=msvc