aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2015-08-05 23:14:41 +0800
committerchriseth <c@ethdev.com>2015-08-05 23:14:41 +0800
commit2b9e8adeed8889b4acf85aa8151163952306516d (patch)
treea1bb6bb8d1c1e70bc6e63f82ce28b10aa30aacdc
parentc9664bbfd756b797bb03d1383ea9344e4189cba4 (diff)
downloaddexon-solidity-2b9e8adeed8889b4acf85aa8151163952306516d.tar
dexon-solidity-2b9e8adeed8889b4acf85aa8151163952306516d.tar.gz
dexon-solidity-2b9e8adeed8889b4acf85aa8151163952306516d.tar.bz2
dexon-solidity-2b9e8adeed8889b4acf85aa8151163952306516d.tar.lz
dexon-solidity-2b9e8adeed8889b4acf85aa8151163952306516d.tar.xz
dexon-solidity-2b9e8adeed8889b4acf85aa8151163952306516d.tar.zst
dexon-solidity-2b9e8adeed8889b4acf85aa8151163952306516d.zip
Use 0/1 for cmake switches.
-rw-r--r--docker_emscripten/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker_emscripten/Dockerfile b/docker_emscripten/Dockerfile
index d6cfa996..881f602d 100644
--- a/docker_emscripten/Dockerfile
+++ b/docker_emscripten/Dockerfile
@@ -62,7 +62,7 @@ RUN git remote add -f solidityjs https://github.com/chriseth/cpp-ethereum
# TODO this should be a proper merge but somehow causes problems
# NOTE that we only get the latest commit of that branch
RUN git cherry-pick solidityjs/solidity-js
-RUN emcmake cmake -DMINER=Off -DETHKEY=Off -DSERPENT=Off -DTESTS=Off -DETHASHCL=Off -DJSCONSOLE=Off -DEVMJIT=Off -DETH_STATIC=1 -DSOLIDITY=ON -DGUI=0 -DCMAKE_CXX_COMPILER=/home/user/emsdk_portable/emscripten/master/em++ -DCMAKE_C_COMPILER=/home/user/emsdk_portable/emscripten/master/emcc
+RUN emcmake cmake -DMINER=0 -DETHKEY=0 -DSERPENT=0 -DTESTS=0 -DETHASHCL=0 -DJSCONSOLE=0 -DEVMJIT=0 -DETH_STATIC=1 -DSOLIDITY=1 -DGUI=0 -DCMAKE_CXX_COMPILER=/home/user/emsdk_portable/emscripten/master/em++ -DCMAKE_C_COMPILER=/home/user/emsdk_portable/emscripten/master/emcc
RUN emmake make -j 6 soljson
WORKDIR /home/user/cpp-ethereum/solc