summary refs log tree commit diff stats
path: root/compiler/nimrod.nimrod.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/nimrod.nimrod.cfg')
-rw-r--r--compiler/nimrod.nimrod.cfg14
1 files changed, 14 insertions, 0 deletions
diff --git a/compiler/nimrod.nimrod.cfg b/compiler/nimrod.nimrod.cfg
new file mode 100644
index 000000000..ac8f732f1
--- /dev/null
+++ b/compiler/nimrod.nimrod.cfg
@@ -0,0 +1,14 @@
+# Special configuration file for the Nimrod project
+
+mainModule:"nimrod.nim"
+
+# gc:markAndSweep
+
+hint[XDeclaredButNotUsed]:off
+path:"llvm"
+path:"$projectPath/.."
+
+path:"$lib/packages/docutils"
+
+define:booting
+