6829575: 100028: Debug information is incomplete or missing
authoraph
Thu May 28 17:38:04 2009 +0100 (8 months ago)
changeset 3787ef479db131
parent 36073cdf699427
child 38a37eb5283992
6829575: 100028: Debug information is incomplete or missing
Summary: Enable debugging in many places
Reviewed-by: ohair, darcy
make/sanity-rules.gmk
--- a/make/sanity-rules.gmk Tue May 19 02:30:49 2009 +0200
+++ b/make/sanity-rules.gmk Thu May 28 17:38:04 2009 +0100
@@ -360,6 +360,8 @@ ifeq ($(SPONSORS_SRC_AVAILABLE), true)
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 \