summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'compiler')
-rw-r--r--compiler/incremental.nim2
-rw-r--r--compiler/nim.cfg2
2 files changed, 3 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
 
diff --git a/compiler/nim.cfg b/compiler/nim.cfg
index b9480007f..db6e4f74f 100644
--- a/compiler/nim.cfg
+++ b/compiler/nim.cfg
@@ -7,6 +7,8 @@ define:nimcore
 #define:nimIncremental
 #import:"$projectpath/testability"
 
+define:staticSqlite
+
 @if windows:
   cincludes: "$lib/wrappers/libffi/common"
 @end