summary refs log tree commit diff stats
path: root/koch.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-04-29 22:55:15 +0200
committerAraq <rumpf_a@web.de>2011-04-29 22:55:15 +0200
commit145fabeb67fefafab0c019b57fde74a58f9454e7 (patch)
treeb942c3125b1df4bb9fdce6a466709eb439fa0cc1 /koch.nim
parented887e67e93954e1b1ace068abc1c0d5f2e67b72 (diff)
downloadNim-145fabeb67fefafab0c019b57fde74a58f9454e7.tar.gz
const table support
Diffstat (limited to 'koch.nim')
-rwxr-xr-xkoch.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/koch.nim b/koch.nim
index d81e93af9..4c4f107da 100755
--- a/koch.nim
+++ b/koch.nim
@@ -38,6 +38,7 @@ Boot options:
   -d:tinyc                 include the Tiny C backend (not supported on Windows)
   -d:useGnuReadline        use the GNU readline library for interactive mode
                            (not needed on Windows)
+  -d:nativeStacktrace      use native stack traces (only for Mac OS X or Linux)
 """
 
 proc exe(f: string): string = return addFileExt(f, ExeExt)