Turn off lllc installation by default

This commit is contained in:
Alex Beregszaszi 2018-02-13 10:21:16 +00:00
parent da36c82a0a
commit 52e55b75a2

View File

@ -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)