From 790b31a635dcf1660bdcbeebfc90e66329db6f21 Mon Sep 17 00:00:00 2001 From: NN Huy Hoang Date: Wed, 22 Nov 2023 22:47:56 +0700 Subject: [PATCH] Remove trailing whitespace --- X10D/src/CompilerServices/CompilerResources.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/X10D/src/CompilerServices/CompilerResources.cs b/X10D/src/CompilerServices/CompilerResources.cs index 4e31d30..8a795d1 100644 --- a/X10D/src/CompilerServices/CompilerResources.cs +++ b/X10D/src/CompilerServices/CompilerResources.cs @@ -5,7 +5,7 @@ namespace X10D.CompilerServices; internal static class CompilerResources { #if NETCOREAPP3_0_OR_GREATER - public const MethodImplOptions MaxOptimization = System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining | + public const MethodImplOptions MaxOptimization = System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining | System.Runtime.CompilerServices.MethodImplOptions.AggressiveOptimization; #else public const MethodImplOptions MaxOptimization = System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining;