mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-13 05:44:40 +00:00
Makefile: allow arbitrary nim params through EXTRA_NIM_PARAMS
This commit is contained in:
parent
fba31263d4
commit
83d811ca1c
2
Makefile
2
Makefile
@ -26,7 +26,7 @@ ENV_SCRIPT := "$(CURDIR)/env.sh"
|
||||
# duplicated in "env.sh" to prepend NIM_DIR/bin to PATH
|
||||
NIM_DIR := vendor/Nim
|
||||
# extra parameters for the Nim compiler
|
||||
NIM_PARAMS :=
|
||||
NIM_PARAMS := $(EXTRA_NIM_PARAMS)
|
||||
# verbosity level
|
||||
V := 1
|
||||
NIM_PARAMS := $(NIM_PARAMS) --verbosity:$(V)
|
||||
|
Loading…
x
Reference in New Issue
Block a user