update NIMFLAGS
This commit is contained in:
parent
1623b2fa49
commit
943e716815
|
@ -1,6 +1,8 @@
|
|||
NIMFLAGS += --nimcache:".nimcache"
|
||||
NIMFLAGS += --deadcodeElim:on
|
||||
NIMFLAGS += -d:release
|
||||
NIMFLAGS += -d:ssl
|
||||
NIMFLAGS += -d:threads
|
||||
NIMFLAGS += --verbosity:0
|
||||
|
||||
!nim = |> nim c $(NIMFLAGS) -o:%o %f && rm -rf .nimcache |>
|
||||
|
|
Loading…
Reference in New Issue