aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2015-12-15 01:09:50 +0800
committerchriseth <c@ethdev.com>2015-12-15 01:09:50 +0800
commit01d3417d5fc57b2b114bcc07f0c48e41f922bcde (patch)
treee52a437aa4602e1def81c0b7eadc04980d4df5f0
parent98684cca9035c754adcdc99fd196716cb7802efd (diff)
downloaddexon-solidity-01d3417d5fc57b2b114bcc07f0c48e41f922bcde.tar
dexon-solidity-01d3417d5fc57b2b114bcc07f0c48e41f922bcde.tar.gz
dexon-solidity-01d3417d5fc57b2b114bcc07f0c48e41f922bcde.tar.bz2
dexon-solidity-01d3417d5fc57b2b114bcc07f0c48e41f922bcde.tar.lz
dexon-solidity-01d3417d5fc57b2b114bcc07f0c48e41f922bcde.tar.xz
dexon-solidity-01d3417d5fc57b2b114bcc07f0c48e41f922bcde.tar.zst
dexon-solidity-01d3417d5fc57b2b114bcc07f0c48e41f922bcde.zip
Add -EVMJIT=0
-rw-r--r--docs/installing-solidity.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst
index 83c7ac18..efb0f106 100644
--- a/docs/installing-solidity.rst
+++ b/docs/installing-solidity.rst
@@ -115,7 +115,7 @@ they relate only to Alethzero and Mix
git clone --recursive https://github.com/ethereum/webthree-umbrella.git
cd webthree-umbrella
./webthree-helpers/scripts/ethupdate.sh --no-push --simple-pull --project solidity # update Solidity repo
- ./webthree-helpers/scripts/ethbuild.sh --no-git --project solidity --all --cores 4 # build Solidity
+ ./webthree-helpers/scripts/ethbuild.sh --no-git --project solidity --all -EVMJIT=0 --cores 4 # build Solidity
If you opted to install Alethzero and Mix: