From b0ecc1aca6f68df81e5d774fe389975e41b967f1 Mon Sep 17 00:00:00 2001 From: Araq Date: Mon, 11 Jun 2018 17:08:25 +0200 Subject: [PATCH] disable -d:nimIncremental for devel --- compiler/nim.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/nim.cfg b/compiler/nim.cfg index 9cdb9c6c9a..1bd3fbfd6c 100644 --- a/compiler/nim.cfg +++ b/compiler/nim.cfg @@ -6,7 +6,7 @@ path:"$projectPath/.." define:booting define:nimcore -define:nimIncremental +#define:nimIncremental #import:"$projectpath/testability" @if windows: