mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-05-20 10:24:29 -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)
|
# High entropy ASLR for 64 bits targets (default on)
|
||||||
target_link_options(${target} PRIVATE /HIGHENTROPYVA)
|
target_link_options(${target} PRIVATE /HIGHENTROPYVA)
|
||||||
# Enable generation of EH Continuation (EHCONT) metadata by the compiler
|
# Enable generation of EH Continuation (EHCONT) metadata by the compiler
|
||||||
target_compile_options(${target} PRIVATE /guard:ehcont)
|
#target_compile_options(${target} PRIVATE /guard:ehcont)
|
||||||
target_link_options(${target} PRIVATE /guard:ehcont)
|
#target_link_options(${target} PRIVATE /guard:ehcont)
|
||||||
else()
|
else()
|
||||||
# Can handle addresses larger than 2 gigabytes
|
# Can handle addresses larger than 2 gigabytes
|
||||||
target_link_options(${target} PRIVATE /LARGEADDRESSAWARE)
|
target_link_options(${target} PRIVATE /LARGEADDRESSAWARE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user