diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-02-13 18:21:16 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-02-13 18:21:16 +0800 |
commit | 52e55b75a2d0e76618349fe44af0772e4bc91f74 (patch) | |
tree | 3ce1a74078ed00154ffe89c0482042d78430ca61 | |
parent | da36c82a0a3fd7c1c55b959f5db68260d00a3a94 (diff) | |
download | dexon-solidity-52e55b75a2d0e76618349fe44af0772e4bc91f74.tar.gz dexon-solidity-52e55b75a2d0e76618349fe44af0772e4bc91f74.tar.zst dexon-solidity-52e55b75a2d0e76618349fe44af0772e4bc91f74.zip |
Turn off lllc installation by default
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index eafe8d90..a0b52621 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ project(solidity VERSION ${PROJECT_VERSION}) option(SOLC_LINK_STATIC "Link solc executable statically on supported platforms" OFF) option(LLLC_LINK_STATIC "Link lllc executable statically on supported platforms" OFF) -option(INSTALL_LLLC "Include lllc executable in installation" ON) +option(INSTALL_LLLC "Include lllc executable in installation" OFF) # Setup cccache. include(EthCcache) |