Optimize nim

This commit is contained in:
Christine Dodrill 2015-06-05 20:39:47 -07:00
parent d0b09e3eda
commit 1623b2fa49
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
NIMFLAGS += --nimcache:".nimcache"
NIMFLAGS += --deadcodeElim:on
#NIMFLAGS += -d:release
NIMFLAGS += -d:release
NIMFLAGS += --verbosity:0
!nim = |> nim c $(NIMFLAGS) -o:%o %f && rm -rf .nimcache |>