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