# HG changeset patch # User aph # Date 1239979040 -3600 # Node ID a942ea653d97e9a926579c61e3e0e52e7d502c4f # Parent ba12117a5e6c918578d6b2a8c693232a33289024 6829575: 100028: Debug information is incomplete or missing Summary: Enable debugging in many places Reviewed-by: ohair Contributed-by: Andrew Haley diff -r ba12117a5e6c -r a942ea653d97 make/sanity-rules.gmk --- a/make/sanity-rules.gmk Thu Apr 16 11:22:36 2009 -0700 +++ b/make/sanity-rules.gmk Fri Apr 17 15:37:20 2009 +0100 @@ -348,6 +348,8 @@ ifeq ($(SPONSORS_SRC_AVAILABLE), true) @$(ECHO) " BUILD_SPONSORS = $(BUILD_SPONSORS) " >> $(MESSAGE_FILE) endif + @$(ECHO) " DEBUG_CLASSFILES = $(DEBUG_CLASSFILES) " >> $(MESSAGE_FILE) + @$(ECHO) " DEBUG_BINARIES = $(DEBUG_BINARIES) " >> $(MESSAGE_FILE) @$(ECHO) "" >> $(MESSAGE_FILE) .PHONY: sanity settings pre-sanity insane \