mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-04 17:00:11 -05:00
do not enable EH continuation metadata
This commit is contained in:
parent
703ae70602
commit
15185acb0a
@ -74,8 +74,8 @@ function(add_compile_flags target)
|
||||
# High entropy ASLR for 64 bits targets (default on)
|
||||
target_link_options(${target} PRIVATE /HIGHENTROPYVA)
|
||||
# Enable generation of EH Continuation (EHCONT) metadata by the compiler
|
||||
target_compile_options(${target} PRIVATE /guard:ehcont)
|
||||
target_link_options(${target} PRIVATE /guard:ehcont)
|
||||
#target_compile_options(${target} PRIVATE /guard:ehcont)
|
||||
#target_link_options(${target} PRIVATE /guard:ehcont)
|
||||
else()
|
||||
# Can handle addresses larger than 2 gigabytes
|
||||
target_link_options(${target} PRIVATE /LARGEADDRESSAWARE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user