From e2572ba2d8787c530d5b909106fc4854895dfc19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Fri, 19 Apr 2024 16:57:05 +0900 Subject: [PATCH] Enable control flow guard for AOT compilers (#101269) --- src/coreclr/tools/aot/AotCompilerCommon.props | 1 + 1 file changed, 1 insertion(+) diff --git a/src/coreclr/tools/aot/AotCompilerCommon.props b/src/coreclr/tools/aot/AotCompilerCommon.props index 09d3cfdc92edc..90e63a4bff983 100644 --- a/src/coreclr/tools/aot/AotCompilerCommon.props +++ b/src/coreclr/tools/aot/AotCompilerCommon.props @@ -4,6 +4,7 @@ false true Speed + Guard