diff options
author | Araq <rumpf_a@web.de> | 2013-02-17 02:42:55 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-02-17 02:42:55 +0100 |
commit | 593b48b38e24c93164cfca391be1cb96549a06af (patch) | |
tree | 7b566b4d04330e8b39d9feb00b59903b1ca64a6c | |
parent | 8e9b39084c4ed378ef98d3e2d6cc958f976862b4 (diff) | |
download | Nim-593b48b38e24c93164cfca391be1cb96549a06af.tar.gz |
enable 'cast' in interactive mode (beware)
-rwxr-xr-x | compiler/main.nim | 2 |
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") |