summary refs log tree commit diff stats
path: root/koch.nim
diff options
context:
space:
mode:
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)