diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2019-01-17 23:23:19 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2019-01-17 23:23:21 +0800 |
commit | 3f58505c76acf3f2ffe2c171aa1332a3eea02990 (patch) | |
tree | dc2ae4c3f13fb2a034c4a6f419a87210f6c33922 | |
parent | ecdc00d569e5f53b2dac125ea04c85e68e0ae595 (diff) | |
download | dexon-solidity-3f58505c76acf3f2ffe2c171aa1332a3eea02990.tar.gz dexon-solidity-3f58505c76acf3f2ffe2c171aa1332a3eea02990.tar.zst dexon-solidity-3f58505c76acf3f2ffe2c171aa1332a3eea02990.zip |
Remove obsolete ETH_EMSCRIPTEN option
This was made obsolete by using toolchain files (#2836)
-rw-r--r-- | cmake/EthCompilerSettings.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/EthCompilerSettings.cmake b/cmake/EthCompilerSettings.cmake index 252e3ae1..8ffdfeb0 100644 --- a/cmake/EthCompilerSettings.cmake +++ b/cmake/EthCompilerSettings.cmake @@ -100,7 +100,6 @@ if (("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU") OR ("${CMAKE_CXX_COMPILER_ID}" MA set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -s ERROR_ON_UNDEFINED_SYMBOLS=1") # Disallow deprecated emscripten build options. set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -s STRICT=1") - add_definitions(-DETH_EMSCRIPTEN=1) endif() endif() |