show Nim warnings by default

This commit is contained in:
Ștefan Talpalaru 2020-04-18 18:28:38 +02:00
parent 1e4051bc23
commit e8e1f1c2cf
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ NIM_PARAMS := $(NIM_PARAMS) --verbosity:$(V)
HANDLE_OUTPUT :=
SILENT_TARGET_PREFIX := disabled
ifeq ($(V), 0)
NIM_PARAMS := $(NIM_PARAMS) --hints:off --warnings:off
NIM_PARAMS := $(NIM_PARAMS) --hints:off
HANDLE_OUTPUT := &>/dev/null
SILENT_TARGET_PREFIX :=
endif