diff options
author | Araq <rumpf_a@web.de> | 2011-04-29 22:55:15 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-04-29 22:55:15 +0200 |
commit | 145fabeb67fefafab0c019b57fde74a58f9454e7 (patch) | |
tree | b942c3125b1df4bb9fdce6a466709eb439fa0cc1 /koch.nim | |
parent | ed887e67e93954e1b1ace068abc1c0d5f2e67b72 (diff) | |
download | Nim-145fabeb67fefafab0c019b57fde74a58f9454e7.tar.gz |
const table support
Diffstat (limited to 'koch.nim')
-rwxr-xr-x | koch.nim | 1 |
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) |