update NIMFLAGS

This commit is contained in:
Christine Dodrill 2015-06-08 14:33:00 -07:00
parent 1623b2fa49
commit 943e716815
1 changed files with 2 additions and 0 deletions

View File

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