diff options
author | Araq <rumpf_a@web.de> | 2018-06-11 17:08:25 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-06-11 17:08:25 +0200 |
commit | b0ecc1aca6f68df81e5d774fe389975e41b967f1 (patch) | |
tree | e16591ebbfc0d7001be1866b17389e1331dddb81 /compiler/nim.cfg | |
parent | 68ba13c759b11e4d1bcbfa41715d0bd8072f03db (diff) | |
download | Nim-b0ecc1aca6f68df81e5d774fe389975e41b967f1.tar.gz |
disable -d:nimIncremental for devel
Diffstat (limited to 'compiler/nim.cfg')
-rw-r--r-- | compiler/nim.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nim.cfg b/compiler/nim.cfg index 9cdb9c6c9..1bd3fbfd6 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: |