mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Display sanitize in options
This commit is contained in:
parent
4cbf9ff74c
commit
64e39436f5
@ -31,6 +31,7 @@ macro(print_config NAME)
|
||||
message("-- CMAKE_BUILD_TYPE Build type ${CMAKE_BUILD_TYPE}")
|
||||
message("-- TARGET_PLATFORM Target platform ${CMAKE_SYSTEM_NAME}")
|
||||
message("--------------------------------------------------------------- features")
|
||||
message("-- SANITIZE Code sanitizer ${SANITIZE}")
|
||||
message("-- COVERAGE Coverage support ${COVERAGE}")
|
||||
message("------------------------------------------------------------- components")
|
||||
if (SUPPORT_TESTS)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user