Makefile: set the default debug level to INFO, if not specified, for make run
This commit is contained in:
3
Makefile
3
Makefile
@@ -1,3 +1,5 @@
|
|||||||
|
WIREPLUMBER_DEBUG ?= 3
|
||||||
|
|
||||||
all:
|
all:
|
||||||
ninja -C build
|
ninja -C build
|
||||||
|
|
||||||
@@ -14,6 +16,7 @@ run: all
|
|||||||
WIREPLUMBER_MODULE_DIR=build/modules \
|
WIREPLUMBER_MODULE_DIR=build/modules \
|
||||||
WIREPLUMBER_CONFIG_FILE=src/config/wireplumber.conf \
|
WIREPLUMBER_CONFIG_FILE=src/config/wireplumber.conf \
|
||||||
WIREPLUMBER_CONFIG_DIR=src/config \
|
WIREPLUMBER_CONFIG_DIR=src/config \
|
||||||
|
WIREPLUMBER_DEBUG=$(WIREPLUMBER_DEBUG) \
|
||||||
$(DBG) ./build/src/wireplumber
|
$(DBG) ./build/src/wireplumber
|
||||||
|
|
||||||
test: all
|
test: all
|
||||||
|
Reference in New Issue
Block a user