summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-02-17 02:42:55 +0100
committerAraq <rumpf_a@web.de>2013-02-17 02:42:55 +0100
commit593b48b38e24c93164cfca391be1cb96549a06af (patch)
tree7b566b4d04330e8b39d9feb00b59903b1ca64a6c
parent8e9b39084c4ed378ef98d3e2d6cc958f976862b4 (diff)
downloadNim-593b48b38e24c93164cfca391be1cb96549a06af.tar.gz
enable 'cast' in interactive mode (beware)
-rwxr-xr-xcompiler/main.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main.nim b/compiler/main.nim
index bb10f0768..ce08eaa30 100755
--- a/compiler/main.nim
+++ b/compiler/main.nim
@@ -313,7 +313,7 @@ proc CommandCompileToJS =
   compileProject()
 
 proc InteractivePasses =
-  incl(gGlobalOptions, optSafeCode)
+  #incl(gGlobalOptions, optSafeCode)
   #setTarget(osNimrodVM, cpuNimrodVM)
   initDefines()
   DefineSymbol("nimrodvm")