You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ap...@apache.org on 2006/12/14 21:23:08 UTC

svn commit: r487338 - /harmony/enhanced/classlib/trunk/depends/build/defines.mak

Author: apetrenko
Date: Thu Dec 14 12:23:07 2006
New Revision: 487338

URL: http://svn.apache.org/viewvc?view=rev&rev=487338
Log:
-Od option added for debug mode native compiler

Modified:
    harmony/enhanced/classlib/trunk/depends/build/defines.mak

Modified: harmony/enhanced/classlib/trunk/depends/build/defines.mak
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/depends/build/defines.mak?view=diff&rev=487338&r1=487337&r2=487338
==============================================================================
--- harmony/enhanced/classlib/trunk/depends/build/defines.mak (original)
+++ harmony/enhanced/classlib/trunk/depends/build/defines.mak Thu Dec 14 12:23:07 2006
@@ -36,7 +36,7 @@
   /I$(HY_HDK)\include /I$(HY_HDK)\jdk\include /I.
   
 HYDEBUGCFLAGS = \
-  -Zi
+  -Zi -Od
   
 HYRELEASECFLAGS = \
   -Ogityb1