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

svn commit: r568921 - /harmony/enhanced/classlib/trunk/depends/build/defines.mk

Author: gshimansky
Date: Thu Aug 23 03:29:22 2007
New Revision: 568921

URL: http://svn.apache.org/viewvc?rev=568921&view=rev
Log:
Improve debugging information in debug mode for classlib natives


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

Modified: harmony/enhanced/classlib/trunk/depends/build/defines.mk
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/depends/build/defines.mk?rev=568921&r1=568920&r2=568921&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/depends/build/defines.mk (original)
+++ harmony/enhanced/classlib/trunk/depends/build/defines.mk Thu Aug 23 03:29:22 2007
@@ -54,7 +54,7 @@
 INCLUDES += -I$(HY_HDK)/include -I$(HY_HDK)/jdk/include -I. -I$(SHAREDSUB)
 
 ifndef HYDEBUGCFLAGS
-HYDEBUGCFLAGS = -g
+HYDEBUGCFLAGS = -ggdb -O0
 endif
 
 ifndef HYRELEASECFLAGS  
@@ -83,4 +83,4 @@
 
 ifeq ($(HY_ZIP_API),true)
 DEFINES += -DHY_ZIP_API
-endif
\ No newline at end of file
+endif