diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2019-09-03 18:43:57 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-09-03 18:43:57 +0200 |
commit | 07a986afa169c6277a1b7c1be0f49b29b5ed228a (patch) | |
tree | ccee16313792c598dac24e0d811fb1745c6fbc2c /compiler/incremental.nim | |
parent | ea1a26294f040d6546b9d4b7e989561d82c32d9e (diff) | |
download | Nim-07a986afa169c6277a1b7c1be0f49b29b5ed228a.tar.gz |
disable IC and the SQLite dependency for version 1
Diffstat (limited to 'compiler/incremental.nim')
-rw-r--r-- | compiler/incremental.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/incremental.nim b/compiler/incremental.nim index 6cc085020..8b3a9bf55 100644 --- a/compiler/incremental.nim +++ b/compiler/incremental.nim @@ -10,7 +10,7 @@ ## Basic type definitions the module graph needs in order to support ## incremental compilations. -const nimIncremental* = true # defined(nimIncremental) +const nimIncremental* = defined(nimIncremental) import options, lineinfos |