diff make/solaris/makefiles/adlc.make @ 1399:90acda19b80f

Merge
author jrose
date Thu, 29 Apr 2010 00:03:40 -0700
parents d7f654633cfe
children c18cbe5936b8
line wrap: on
line diff
--- a/make/solaris/makefiles/adlc.make	Mon Apr 26 18:01:55 2010 -0400
+++ b/make/solaris/makefiles/adlc.make	Thu Apr 29 00:03:40 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