hotspot/make/solaris/makefiles/adlc.make
changeset 5352 cee8f7acb7bc
parent 3174 ccc5c0d5c20c
child 5547 f4b087cbb361
--- a/hotspot/make/solaris/makefiles/adlc.make	Tue Apr 20 13:26:33 2010 -0700
+++ b/hotspot/make/solaris/makefiles/adlc.make	Mon Apr 26 11:27:21 2010 -0700
@@ -147,6 +147,9 @@
 # Note that product files are updated via "mv", which is atomic.
 TEMPDIR := $(OUTDIR)/mktmp$(shell echo $$$$)
 
+# Debuggable by default
+CFLAGS += -g
+
 # Pass -D flags into ADLC.
 ADLCFLAGS += $(SYSDEFS)
 
@@ -155,7 +158,7 @@
 
 # Normally, debugging is done directly on the ad_<arch>*.cpp files.
 # But -g will put #line directives in those files pointing back to <arch>.ad.
-#ADLCFLAGS += -g
+ADLCFLAGS += -g
 
 ifdef LP64
 ADLCFLAGS += -D_LP64