[tests] Set DEBUGLEVEL=2 by default
This allows us to quickly check for compile errors in debug log messages, which are compiled out when `DEBUGLEVEL < 2`.
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ PRGDIR = ../programs
|
||||
PYTHON ?= python3
|
||||
TESTARTEFACT := versionsTest
|
||||
|
||||
DEBUGLEVEL ?= 1
|
||||
DEBUGLEVEL ?= 2
|
||||
export DEBUGLEVEL # transmit value to sub-makefiles
|
||||
DEBUGFLAGS = -g -DDEBUGLEVEL=$(DEBUGLEVEL)
|
||||
CPPFLAGS += -I$(ZSTDDIR) -I$(ZSTDDIR)/common -I$(ZSTDDIR)/compress \
|
||||
|
||||
Reference in New Issue
Block a user