From b0a7c5fd16cee8368bee481eae32c409a6398e52 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 21 Mar 2022 09:16:10 +0100 Subject: [PATCH] Enable MSVC Spectre mitigation Signed-off-by: Simon Rozman --- include/Common.props | 1 + 1 file changed, 1 insertion(+) diff --git a/include/Common.props b/include/Common.props index 35b0b8d..6239b56 100644 --- a/include/Common.props +++ b/include/Common.props @@ -17,6 +17,7 @@ NativeRecommendedRules.ruleset true $(WXWIN);$(CAExcludePath) + Spectre