From d1f7ca30a55737a09bd33337f4a4fe6c16647399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Tue, 21 Apr 2015 10:52:04 +0200 Subject: [PATCH] Update README section about command line options --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index a480e83dc..fe8bc9de6 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,4 @@ 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 - - +Options to evmjit library can be passed by environmental variable, e.g. `EVMJIT="-help" testeth --jit`.