variables.mk: don't set LOG_LEVEL in here
so it can be given a default value in the top-level Makefile
This commit is contained in:
parent
abf45cfa27
commit
e104d62e4d
|
@ -26,7 +26,6 @@ ifeq ($(V), 0)
|
|||
endif
|
||||
|
||||
# Chronicles log level
|
||||
LOG_LEVEL :=
|
||||
ifdef LOG_LEVEL
|
||||
NIM_PARAMS := $(NIM_PARAMS) -d:chronicles_log_level="$(LOG_LEVEL)"
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue