summary refs log tree commit diff stats
path: root/compiler/options.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-11-03 15:57:12 +0100
committerAraq <rumpf_a@web.de>2012-11-03 15:57:12 +0100
commit9f38ff0c6578a7030b85acf66363d8f4e51dbe33 (patch)
treeb2e353df34715c8eae026341c8ea0368db4cebbd /compiler/options.nim
parent224f42bbd70c9c39e6c93bc7c0cf9568e79e115b (diff)
downloadNim-9f38ff0c6578a7030b85acf66363d8f4e51dbe33.tar.gz
next steps for exception tracking
Diffstat (limited to 'compiler/options.nim')
-rwxr-xr-xcompiler/options.nim2
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!)