diff options
Diffstat (limited to 'compiler')
-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: |