summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <stephan.bergmann@allotropia.de>2024-03-20 22:34:39 +0100
committerStephan Bergmann <stephan.bergmann@allotropia.de>2024-03-22 08:42:18 +0100
commit8e10fd30cf7ef5774c54dc2dce0f8e00b279b106 (patch)
treefc73a86f45d262749fddf0bffd7d84616089f2b0 /solenv
parent21d51ae1a41dca6198a3d8563873cbeccb960a26 (diff)
$(ENABLE_DBGUTIL) implies $(debug) (aka $(ENABLE_DEBUG))
...so no need to check the former in addition to the latter (which is done a few lines up) Change-Id: Iefe1ccbd3d22ca4e97425d20d1ff21f68d641b2c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165135 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/gbuild.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk
index d842e0af0b86..42a2617b92c1 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -103,9 +103,6 @@ ifeq ($(origin debug),command line)
gb_ENABLE_SYMBOLS_FOR := all
endif
endif
-ifeq ($(ENABLE_DBGUTIL),TRUE)
-gb_DEBUGLEVEL := 1
-endif
ifneq ($(strip $(dbglevel)),)
gb_DEBUGLEVEL := $(strip $(dbglevel))