diff options
Diffstat (limited to 'koch.nim')
-rw-r--r-- | koch.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/koch.nim b/koch.nim index 30ad8c597..97fcf5b2c 100644 --- a/koch.nim +++ b/koch.nim @@ -52,6 +52,7 @@ Boot options: (not needed on Windows) -d:useFFI build Nimrod with FFI support at compile time -d:nativeStacktrace use native stack traces (only for Mac OS X or Linux) + -d:noCaas build Nimrod without CAAS support """ proc exe(f: string): string = return addFileExt(f, ExeExt) |