Kaydet (Commit) 3fad0575 authored tarafından Luboš Luňák's avatar Luboš Luňák

more reliable override for enabling symbols

üst 7ef5e1ce
......@@ -106,12 +106,15 @@ endif
endif
ifneq ($(gb_DEBUGLEVEL),0)
gb_SYMBOL := $(true)
endif
# if symbols are triggered by something else than --enable-symbols,
# make sure they are actually enabled
ifneq ($(gb_SYMBOL),$(true))
ifeq ($(gb_SYMBOL),$(true))
ifeq ($(ENABLE_SYMBOLS_FOR),)
ENABLE_SYMBOLS_FOR = all
endif
gb_SYMBOL := $(true)
endif
ifneq ($(nodep),)
......
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