From 53699460c63b244ad9c56a0a8b910c8e1e0d49e5 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Mon, 25 Mar 2019 12:49:20 +0200 Subject: [PATCH] Enable --threads:on to fix the build --- nim.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nim.cfg b/nim.cfg index fc80264a8..7af2f1fd9 100644 --- a/nim.cfg +++ b/nim.cfg @@ -1,4 +1,6 @@ # https://github.com/nim-lang/Nim/issues/8294#issuecomment-454556051 +--threads:on + @if windows: -d:"chronicles_colors=NoColors" @else