diff options
author | Araq <rumpf_a@web.de> | 2012-11-03 15:57:12 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-11-03 15:57:12 +0100 |
commit | 9f38ff0c6578a7030b85acf66363d8f4e51dbe33 (patch) | |
tree | b2e353df34715c8eae026341c8ea0368db4cebbd /compiler/options.nim | |
parent | 224f42bbd70c9c39e6c93bc7c0cf9568e79e115b (diff) | |
download | Nim-9f38ff0c6578a7030b85acf66363d8f4e51dbe33.tar.gz |
next steps for exception tracking
Diffstat (limited to 'compiler/options.nim')
-rwxr-xr-x | compiler/options.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/options.nim b/compiler/options.nim index f5e54a613..2051953ce 100755 --- a/compiler/options.nim +++ b/compiler/options.nim @@ -12,7 +12,7 @@ import const hasTinyCBackend* = defined(tinyc) - useEffectSystem* = false + useEffectSystem* = true type # please make sure we have under 32 options # (improves code efficiency a lot!) |