make/solaris/makefiles/adlc.make

changeset 1831
d7f654633cfe
parent 1256
d1fe2c2fbdac
child 1907
c18cbe5936b8
     1.1 --- a/make/solaris/makefiles/adlc.make	Tue Apr 20 13:26:33 2010 -0700
     1.2 +++ b/make/solaris/makefiles/adlc.make	Mon Apr 26 11:27:21 2010 -0700
     1.3 @@ -147,6 +147,9 @@
     1.4  # Note that product files are updated via "mv", which is atomic.
     1.5  TEMPDIR := $(OUTDIR)/mktmp$(shell echo $$$$)
     1.6  
     1.7 +# Debuggable by default
     1.8 +CFLAGS += -g
     1.9 +
    1.10  # Pass -D flags into ADLC.
    1.11  ADLCFLAGS += $(SYSDEFS)
    1.12  
    1.13 @@ -155,7 +158,7 @@
    1.14  
    1.15  # Normally, debugging is done directly on the ad_<arch>*.cpp files.
    1.16  # But -g will put #line directives in those files pointing back to <arch>.ad.
    1.17 -#ADLCFLAGS += -g
    1.18 +ADLCFLAGS += -g
    1.19  
    1.20  ifdef LP64
    1.21  ADLCFLAGS += -D_LP64

mercurial