mirror of
https://github.com/status-im/nimbus-build-system.git
synced 2025-01-26 20:40:44 +00:00
show Nim warnings by default
This commit is contained in:
parent
1e4051bc23
commit
e8e1f1c2cf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user