diff options
Diffstat (limited to 'compiler/nim.cfg')
-rw-r--r-- | compiler/nim.cfg | 20 |
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 |