Skip to content

Commit e31cb20

Browse files
ColtonWilleyclaude
andcommitted
debian/rules: Enable debug-silent by default for debug builds
Debug builds now use --enable-debug-silent so logging is compiled in but silent by default. Users can activate logging at runtime via WOLFPROV_LOG_LEVEL and WOLFPROV_LOG_COMPONENTS environment variables. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 628787c commit e31cb20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ifeq ($(WOLFPROV_DEBUG),1)
3737
VARIANT := $(VARIANT)-debug
3838
VARIANT_DESC := $(VARIANT_DESC) with debug logs
3939
VERSION := $(VERSION)-debug
40-
DEBUG_FLAG := --enable-debug
40+
DEBUG_FLAG := --enable-debug --enable-debug-silent
4141
endif
4242

4343
ifeq ($(DEB_CFLAGS_APPEND),)

0 commit comments

Comments
 (0)