From 48bb2864c80c1c5da11bd2709b030faed4ea51e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Wed, 24 Apr 2019 23:47:15 +0200 Subject: [PATCH] Windows: enable colours in Chronicles --- nim.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/nim.cfg b/nim.cfg index 7287f47d7..527ba878e 100644 --- a/nim.cfg +++ b/nim.cfg @@ -2,8 +2,6 @@ --opt:speed @if windows: - # https://github.com/nim-lang/Nim/issues/8294#issuecomment-454556051 - -d:"chronicles_colors=NoColors" # increase stack size --passL:"-Wl,--stack,8388608" @end