Kaydet (Commit) 3f3853f5 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

In gbuild, set OSL_DEBUG_LEVEL=1 if non-product (same as dmake).

üst 574ba520
......@@ -97,6 +97,8 @@ endif
gb_DEBUGLEVEL := 0
ifneq ($(strip $(DEBUG)$(debug)),)
gb_DEBUGLEVEL := 1
else ifeq ($(gb_PRODUCT),$(false))
gb_DEBUGLEVEL := 1
endif
ifneq ($(strip $(DBGLEVEL)$(dbglevel)),)
......
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