gnumake2: also accept debug=t
This commit is contained in:
parent
1a9927488d
commit
4f268a8a4c
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ gb_PRODUCT := $(false)
|
|||
endif
|
||||
endif
|
||||
|
||||
ifneq ($(strip $(DEBUG)),)
|
||||
ifneq ($(strip $(DEBUG)$(debug)),)
|
||||
gb_DEBUGLEVEL := 2
|
||||
else
|
||||
ifeq ($(gb_PRODUCT),$(true))
|
||||
|
|
Loading…
Reference in a new issue