From cc4c826828f28fbc6539acdcb318d08f277d093f Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 13 Sep 2021 09:23:37 +0200 Subject: props: Opt-in for Hardware-enforced Stack Protection Reference: https://techcommunity.microsoft.com/t5/windows-kernel-internals/developer-guidance-for-hardware-enforced-stack-protection/ba-p/2163340 Reference: https://techcommunity.microsoft.com/t5/windows-kernel-internals/understanding-hardware-enforced-stack-protection/ba-p/1247815 Signed-off-by: Simon Rozman --- wintun.props | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wintun.props b/wintun.props index 6d010fe..c2f9160 100644 --- a/wintun.props +++ b/wintun.props @@ -139,6 +139,11 @@ Disabled + + + true + + NDEBUG;%(PreprocessorDefinitions) -- cgit v1.2.3-59-g8ed1b