make/solaris/makefiles/defs.make

changeset 3781
80b9cc90b643
parent 3727
d6c393b0164b
child 3799
fb8f9ab27c14
     1.1 --- a/make/solaris/makefiles/defs.make	Sat May 12 06:50:41 2012 -0400
     1.2 +++ b/make/solaris/makefiles/defs.make	Tue May 15 11:27:24 2012 -0700
     1.3 @@ -109,18 +109,12 @@
     1.4    # overridden in some situations, e.g., a BUILD_FLAVOR != product
     1.5    # build.
     1.6  
     1.7 -  # Disable FULL_DEBUG_SYMBOLS by default because dtrace tests are
     1.8 -  # failing in nightly when the debug info files are ZIP'ed. On
     1.9 -  # Solaris debug info files need to be ZIP'ed to reduce the impact
    1.10 -  # on disk space footprint.
    1.11 -  FULL_DEBUG_SYMBOLS ?= 0
    1.12    ifeq ($(BUILD_FLAVOR), product)
    1.13 -    # FULL_DEBUG_SYMBOLS ?= 1
    1.14 +    FULL_DEBUG_SYMBOLS ?= 1
    1.15      ENABLE_FULL_DEBUG_SYMBOLS = $(FULL_DEBUG_SYMBOLS)
    1.16    else
    1.17      # debug variants always get Full Debug Symbols (if available)
    1.18 -    # ENABLE_FULL_DEBUG_SYMBOLS = 1
    1.19 -    ENABLE_FULL_DEBUG_SYMBOLS = $(FULL_DEBUG_SYMBOLS)
    1.20 +    ENABLE_FULL_DEBUG_SYMBOLS = 1
    1.21    endif
    1.22    _JUNK_ := $(shell \
    1.23      echo >&2 "INFO: ENABLE_FULL_DEBUG_SYMBOLS=$(ENABLE_FULL_DEBUG_SYMBOLS)")
    1.24 @@ -178,9 +172,7 @@
    1.25      _JUNK_ := $(shell \
    1.26        echo >&2 "INFO: STRIP_POLICY=$(STRIP_POLICY)")
    1.27  
    1.28 -    # Disable ZIP_DEBUGINFO_FILES by default because dtrace tests are
    1.29 -    # failing in nightly when the debug info files are ZIP'ed.
    1.30 -    ZIP_DEBUGINFO_FILES ?= 0
    1.31 +    ZIP_DEBUGINFO_FILES ?= 1
    1.32  
    1.33      _JUNK_ := $(shell \
    1.34        echo >&2 "INFO: ZIP_DEBUGINFO_FILES=$(ZIP_DEBUGINFO_FILES)")

mercurial