diff options
Diffstat (limited to 'lib/nimrtl.nim.cfg')
-rw-r--r-- | lib/nimrtl.nim.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/nimrtl.nim.cfg b/lib/nimrtl.nim.cfg new file mode 100644 index 000000000..a5cec596f --- /dev/null +++ b/lib/nimrtl.nim.cfg @@ -0,0 +1,6 @@ +# The RTL.dll needs to be compiled with these options! + +--app:lib +--threads:on +--define:createNimRtl + |