From 1623b2fa49e1cd970ff9893f1cccc71fefe6438e Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Fri, 5 Jun 2015 20:39:47 -0700 Subject: [PATCH] Optimize nim --- Tuprules.tup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tuprules.tup b/Tuprules.tup index 2173c6e..80a3187 100644 --- a/Tuprules.tup +++ b/Tuprules.tup @@ -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 |>