From 4e2e6bca852e9937ea001451a40734b6ee97d860 Mon Sep 17 00:00:00 2001 From: Lubos Lunak Date: Fri, 19 Oct 2012 12:49:36 +0200 Subject: use (gb_)ENABLE_DBGUTIL rather than the confusing (gb_)PRODUCT Using --enable-debug already makes the build a non-product build, so this whole 'product' notion is rather confusing when reading the build system code. Change-Id: I4bb6b879a6bcd8c76c4b48ddaccb433ab8eb4bb2 --- solenv/gbuild/platform/solaris.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solenv/gbuild/platform/solaris.mk') diff --git a/solenv/gbuild/platform/solaris.mk b/solenv/gbuild/platform/solaris.mk index 18c94e207666..c7f24398c3bf 100644 --- a/solenv/gbuild/platform/solaris.mk +++ b/solenv/gbuild/platform/solaris.mk @@ -78,7 +78,7 @@ gb_CXXFLAGS := \ -Wno-non-virtual-dtor \ # enable debug STL -ifeq ($(gb_PRODUCT),$(false)) +ifeq ($(gb_ENABLE_DBGUTIL),$(true)) gb_COMPILERDEFS += \ -D_GLIBCXX_DEBUG \ -- cgit