diff options
author | Araq <rumpf_a@web.de> | 2013-09-01 15:54:32 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-09-01 15:54:32 +0200 |
commit | 6825a69a70f177d7997f3e673b24c6c6c2d7449b (patch) | |
tree | 0a09571c3e9707478a7e21d0fe352abd0da97e0d /koch.nim | |
parent | 8087f51d145c553c6bbca3987015ed5f87d0d654 (diff) | |
download | Nim-6825a69a70f177d7997f3e673b24c6c6c2d7449b.tar.gz |
-d:nocaas mode for easier bootstrapping on exotic OSes (Haiku)
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) |