diff options
Diffstat (limited to 'drnim/nim.cfg')
-rw-r--r-- | drnim/nim.cfg | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drnim/nim.cfg b/drnim/nim.cfg new file mode 100644 index 000000000..58c1725d9 --- /dev/null +++ b/drnim/nim.cfg @@ -0,0 +1,18 @@ +# Special configuration file for the Nim project + +hint[XDeclaredButNotUsed]:off + +define:booting +define:nimcore +define:drnim + +@if windows: + cincludes: "$lib/wrappers/libffi/common" +@end + +define:useStdoutAsStdmsg + +--path: "../../nimz3/src" +--path: "../dist/nimz3/src" + +#define:useNodeIds |