commit | d46bd76b96243829cb4a592c9b94b74ad4e09303 | [log] [tgz] |
---|---|---|
author | aph <none@none> | Fri Apr 17 15:56:20 2009 +0100 |
committer | aph <none@none> | Fri Apr 17 15:56:20 2009 +0100 |
tree | 69372f90260fd1e33486ed0cc61abd3362061658 | |
parent | 9c4bb7cd3171af08f6dcf916e173335b44dfaffa [diff] [blame] |
6829575: 100028: Debug information is incomplete or missing Summary: Enable debugging in many places Reviewed-by: ohair Contributed-by: Andrew Haley <aph@redhat.com>
diff --git a/make/sun/awt/mawt.gmk b/make/sun/awt/mawt.gmk index c7d1b41..d7c251a 100644 --- a/make/sun/awt/mawt.gmk +++ b/make/sun/awt/mawt.gmk
@@ -108,7 +108,9 @@ # -#CFLAGS += -g +ifeq ($(DEBUG_BINARIES), true) + CFLAGS += -g +endif ifeq ($(HEADLESS),true) CFLAGS += -DHEADLESS=$(HEADLESS) CPPFLAGS += -DHEADLESS=$(HEADLESS)