From 943e7168150890edd5f14ffd56f219f09dadcba8 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Mon, 8 Jun 2015 14:33:00 -0700 Subject: [PATCH] update NIMFLAGS --- Tuprules.tup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tuprules.tup b/Tuprules.tup index 80a3187..db70c78 100644 --- a/Tuprules.tup +++ b/Tuprules.tup @@ -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 |>