diff options
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/gbuild.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk index 815465dbd8d9..c6237709b367 100644 --- a/solenv/gbuild/gbuild.mk +++ b/solenv/gbuild/gbuild.mk @@ -87,12 +87,14 @@ gb_DEBUGLEVEL := 1 # make DEBUG=true should force -g ifeq ($(origin DEBUG),command line) ENABLE_DEBUGINFO_FOR := all +ENABLE_SYMBOLS := TRUE endif endif ifneq ($(strip $(debug)),) gb_DEBUGLEVEL := 1 ifeq ($(origin debug),command line) ENABLE_DEBUGINFO_FOR := all +ENABLE_SYMBOLS := TRUE endif endif ifeq ($(gb_ENABLE_DBGUTIL),$(true)) |