Kaydet (Commit) 62c4a8aa authored tarafından Stephan Bergmann's avatar Stephan Bergmann

"make debug=t" enables debuginfo again

...which had inadvertently been broken with
99db9f22 "Make --enable-symbols orthogonal to
--enable-debug/-dbgutil"

Change-Id: I3962aa8c67426f3aebc5ad746f7ac281c68d941a
üst ea704f00
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment