Browse Source

Update README.md - add information about options

cl-refactor
Paweł Bylica 10 years ago
parent
commit
4391c9b27b
  1. 9
      README.md

9
README.md

@ -31,4 +31,13 @@ It can be used to substitute classic interpreter-like EVM Virtual Machine in Eth
Ask me.
## Options
Options to evmjit library can be passed by environmental variables, e.g. `EVMJIT_CACHE=0 testeth --jit`.
Option | Default value | Description
------------- | ------------- | ----------------------------------------------
EVMJIT_CACHE | 1 | Enables on disk cache for compiled EVM objects
EVMJIT_DUMP | 0 | Dumps generated LLVM module to standard output

Loading…
Cancel
Save