solenv/gbuild/gbuild.help.txt |    2 +-
 solenv/gbuild/gbuild.mk       |    6 ------
 2 files changed, 1 insertion(+), 7 deletions(-)

New commits:
commit 76a986da868c52e9bd1cc6d219ed8f9441afd32b
Author:     Stephan Bergmann <stephan.bergm...@allotropia.de>
AuthorDate: Wed Mar 20 13:31:28 2024 +0100
Commit:     Stephan Bergmann <stephan.bergm...@allotropia.de>
CommitDate: Thu Mar 21 08:03:08 2024 +0100

    Drop upper-case DBGLEVEL, consolidate on lower-case dbglevel
    
    Change-Id: I89e0121ba3d63852e39bf4d6141b0dc15b2408f2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165057
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de>

diff --git a/solenv/gbuild/gbuild.help.txt b/solenv/gbuild/gbuild.help.txt
index c677541309f5..fc857b734a4d 100644
--- a/solenv/gbuild/gbuild.help.txt
+++ b/solenv/gbuild/gbuild.help.txt
@@ -113,7 +113,7 @@ INTERACTIVE VARIABLES:
        DEBUG / debug   If not empty, build as with --enable-debug.
        ENABLE_SYMBOLS / enable_symbols
                        If not empty, build as with --enable-symbols.
-       DBGLEVEL / dbglevel
+       dbglevel
                        If not empty, force the debug level to the specified 
value. The
                        debug level is passed to the source code through 
OSL_DEBUG_LEVEL
                        macro.
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk
index f14e9f1a1ed4..eb80cfa368f5 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -123,12 +123,6 @@ ifeq ($(gb_ENABLE_DBGUTIL),$(true))
 gb_DEBUGLEVEL := 1
 endif
 
-ifneq ($(strip $(DBGLEVEL)),)
-gb_DEBUGLEVEL := $(strip $(DBGLEVEL))
-ifeq ($(origin DBGLEVEL),command line)
-gb_ENABLE_SYMBOLS_FOR := all
-endif
-endif
 ifneq ($(strip $(dbglevel)),)
 gb_DEBUGLEVEL := $(strip $(dbglevel))
 ifeq ($(origin dbglevel),command line)

Reply via email to