mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add comment
This commit is contained in:
parent
10a431a18b
commit
c22f0ef9bb
@ -152,6 +152,7 @@ if (("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU") OR ("${CMAKE_CXX_COMPILER_ID}" MA
|
||||
# The major alternative compiler to GCC/Clang is Microsoft's Visual C++ compiler, only available on Windows.
|
||||
elseif (DEFINED MSVC)
|
||||
# Remove NDEBUG from RELWITHDEBINFO (to enable asserts)
|
||||
# CMAKE_CXX_FLAGS_RELWITHDEBINFO for GCC/Clang does not include NDEBUG
|
||||
string(REPLACE "/DNDEBUG" " " CMAKE_CXX_FLAGS_RELWITHDEBINFO "${CMAKE_CXX_FLAGS_RELWITHDEBINFO}")
|
||||
|
||||
add_compile_options(/MP) # enable parallel compilation
|
||||
|
Loading…
Reference in New Issue
Block a user