Skip to content
Snippets Groups Projects
Commit a73e46e2 authored by George Kiagiadakis's avatar George Kiagiadakis
Browse files

Makefile: set the default debug level to INFO, if not specified, for `make run`

parent 71decc17
No related branches found
No related tags found
No related merge requests found
WIREPLUMBER_DEBUG ?= 3
all:
ninja -C build
......@@ -14,6 +16,7 @@ run: all
WIREPLUMBER_MODULE_DIR=build/modules \
WIREPLUMBER_CONFIG_FILE=src/config/wireplumber.conf \
WIREPLUMBER_CONFIG_DIR=src/config \
WIREPLUMBER_DEBUG=$(WIREPLUMBER_DEBUG) \
$(DBG) ./build/src/wireplumber
test: all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment