diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-05-28 18:01:56 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-05-28 18:01:56 +0200 |
commit | e5281f9356916aeb13ed16c0abe4c5d943872aa8 (patch) | |
tree | 2c53d1de60ce08d83292c183073c36056207a0d6 /compiler/main.nim | |
parent | 382bc34f932eb5e9728ee5380a5666ca1ffd2f92 (diff) | |
download | Nim-e5281f9356916aeb13ed16c0abe4c5d943872aa8.tar.gz |
rename 'nimrodVM' to 'nimVM'
Diffstat (limited to 'compiler/main.nim')
-rw-r--r-- | compiler/main.nim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/main.nim b/compiler/main.nim index 2489b1c50..aa0cc9b39 100644 --- a/compiler/main.nim +++ b/compiler/main.nim @@ -100,8 +100,6 @@ proc commandCompileToJS(graph: ModuleGraph; cache: IdentCache) = compileProject(graph, cache) proc interactivePasses(graph: ModuleGraph; cache: IdentCache) = - #incl(gGlobalOptions, optSafeCode) - #setTarget(osNimrodVM, cpuNimrodVM) initDefines(graph.config.symbols) defineSymbol(graph.config.symbols, "nimscript") when hasFFI: defineSymbol(graph.config.symbols, "nimffi") |