mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6bbe8e2619
commit
cd93cdd819
7 changed files with 31 additions and 4 deletions
|
@ -183,7 +183,5 @@ foreach (_build_type ${_build_types_as_upper})
|
|||
# See https://msdn.microsoft.com/en-us/library/ms235442.aspx
|
||||
string(APPEND CMAKE_EXE_LINKER_FLAGS_${_build_type} " /NXCOMPAT")
|
||||
|
||||
# per GitHub issue #2380, enable checksum
|
||||
string(APPEND CMAKE_EXE_LINKER_FLAGS_${_build_type} " /RELEASE")
|
||||
endif()
|
||||
endforeach()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue