Remove VM2 mention in README.md
This commit is contained in:
parent
beecc48374
commit
a7c088843d
|
@ -232,14 +232,11 @@ available.)
|
||||||
* ENABLE_EVMC=1<br>
|
* ENABLE_EVMC=1<br>
|
||||||
Enable mostly EVMC compliant wrapper around the native Nim VM
|
Enable mostly EVMC compliant wrapper around the native Nim VM
|
||||||
|
|
||||||
* ENABLE_VM2LOWMEM=1<br>
|
* ENABLE_VMLOWMEM=1<br>
|
||||||
Enable new re-factored version of the native Nim VM. This version is not
|
Enable new re-factored version of the native Nim VM. This version is not
|
||||||
optimised and coded in a way so that low memory compilers can handle it
|
optimised and coded in a way so that low memory compilers can handle it
|
||||||
(observed on 32 bit windows 7.)
|
(observed on 32 bit windows 7.)
|
||||||
|
|
||||||
* ENABLE_VM2=1<br>
|
|
||||||
Enable new re-factored version of the native Nim VM.
|
|
||||||
|
|
||||||
For these variables, using <variable>=0 is ignored and <variable>=2
|
For these variables, using <variable>=0 is ignored and <variable>=2
|
||||||
has the same effect as <variable>=1 (ditto for other numbers.)
|
has the same effect as <variable>=1 (ditto for other numbers.)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue