diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-05-30 20:27:41 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-05-30 20:27:41 +0200 |
commit | a36c779f398d786082dc8d53412f8a9aaebf637b (patch) | |
tree | 588dff7f8d21b8c2b6aa32d0e3a8e38971e49055 /compiler/nim.cfg | |
parent | 31d9df9e75f2e3e1499d1510d196edaeeb2db2f3 (diff) | |
download | Nim-a36c779f398d786082dc8d53412f8a9aaebf637b.tar.gz |
incremental compilation subsystem compiles again
Diffstat (limited to 'compiler/nim.cfg')
-rw-r--r-- | compiler/nim.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/nim.cfg b/compiler/nim.cfg index f4211fae5..9cdb9c6c9 100644 --- a/compiler/nim.cfg +++ b/compiler/nim.cfg @@ -6,6 +6,7 @@ path:"$projectPath/.." define:booting define:nimcore +define:nimIncremental #import:"$projectpath/testability" @if windows: |