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:
Ștefan Talpalaru 2020-08-27 13:19:20 +02:00
parent abf45cfa27
commit e104d62e4d
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 0 additions and 1 deletions

View File

@ -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