diff options
Diffstat (limited to 'compiler/nimfix.nim.cfg')
-rw-r--r-- | compiler/nimfix.nim.cfg | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/compiler/nimfix.nim.cfg b/compiler/nimfix.nim.cfg new file mode 100644 index 000000000..61df6742e --- /dev/null +++ b/compiler/nimfix.nim.cfg @@ -0,0 +1,16 @@ +# Special configuration file for the Nim project +# gc:markAndSweep + +hint[XDeclaredButNotUsed]:off +path:"$projectPath/.." + +path:"$lib/packages/docutils" + +define:useStdoutAsStdmsg +symbol:nimfix +define:nimfix + +cs:partial +#define:useNodeIds +define:booting +define:noDocgen |