Skip to content

Commit

Permalink
README: Remove section about removed O option
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Aug 30, 2022
1 parent 02fa0ff commit 5cbf716
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ The codebase of _evmone_ is optimized to provide fast and efficient execution of

## Usage

### Optimization levels

The option `O` controls the "optimization level":
- `O=2` uses Advanced interpreter (default),
- `O=0` uses Baseline interpreter.

### As geth plugin

evmone implements the [EVMC] API for Ethereum Virtual Machines.
Expand All @@ -63,6 +57,7 @@ geth --vm.evm=./libevmone.so
```

### Building from source

To build the evmone EVMC module (shared library), test, and benchmark:

1. Fetch the source code:
Expand Down Expand Up @@ -94,6 +89,7 @@ To build the evmone EVMC module (shared library), test, and benchmark:
build/bin/evmone-unittests
build/bin/evmone-bench test/benchmarks
```

### Tools

#### evm-test
Expand Down

0 comments on commit 5cbf716

Please sign in to comment.