summary refs log tree commit diff stats
path: root/compiler/nim.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/nim.cfg')
-rw-r--r--compiler/nim.cfg20
1 files changed, 20 insertions, 0 deletions
diff --git a/compiler/nim.cfg b/compiler/nim.cfg
new file mode 100644
index 000000000..4f9962ea8
--- /dev/null
+++ b/compiler/nim.cfg
@@ -0,0 +1,20 @@
+# Special configuration file for the Nim project
+
+hint[XDeclaredButNotUsed]:off
+path:"llvm"
+path:"$projectPath/.."
+
+path:"$lib/packages/docutils"
+
+define:booting
+import:testability
+
+@if windows:
+  cincludes: "$lib/wrappers/libffi/common"
+@end
+
+define:useStdoutAsStdmsg
+
+cs:partial
+#define:useNodeIds
+#gc:markAndSweep