We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703ae70 commit 15185acCopy full SHA for 15185ac
cmake/SetCompilerFlags.cmake
@@ -74,8 +74,8 @@ function(add_compile_flags target)
74
# High entropy ASLR for 64 bits targets (default on)
75
target_link_options(${target} PRIVATE /HIGHENTROPYVA)
76
# Enable generation of EH Continuation (EHCONT) metadata by the compiler
77
- target_compile_options(${target} PRIVATE /guard:ehcont)
78
- target_link_options(${target} PRIVATE /guard:ehcont)
+ #target_compile_options(${target} PRIVATE /guard:ehcont)
+ #target_link_options(${target} PRIVATE /guard:ehcont)
79
else()
80
# Can handle addresses larger than 2 gigabytes
81
target_link_options(${target} PRIVATE /LARGEADDRESSAWARE)
0 commit comments