mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
cmake flags to make solvers optional. Implementation of #4651
This commit is contained in:
@@ -166,6 +166,10 @@ if(COVERAGE)
|
||||
add_compile_options(-g --coverage)
|
||||
endif()
|
||||
|
||||
# SMT Solvers integration
|
||||
option(USE_Z3 "Allow compiling with Z3 SMT solver integration" ON)
|
||||
option(USE_CVC4 "Allow compiling with CVC4 SMT solver integration" ON)
|
||||
|
||||
if (("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU") OR ("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang"))
|
||||
option(USE_LD_GOLD "Use GNU gold linker" ON)
|
||||
if (USE_LD_GOLD)
|
||||
|
||||
Reference in New Issue
Block a user