From bad799d2775a9158d6436231e0c074e83f886dfd Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Wed, 8 Sep 2021 11:26:22 +0200 Subject: [PATCH] [dotnet] Enable LLVM by default for release builds. Fixes #12147. Fixes https://github.com/xamarin/xamarin-macios/issues/12147. --- dotnet/targets/Xamarin.Shared.Sdk.props | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/dotnet/targets/Xamarin.Shared.Sdk.props b/dotnet/targets/Xamarin.Shared.Sdk.props index 7fcfbf48b5e5..d4f8bcffa002 100644 --- a/dotnet/targets/Xamarin.Shared.Sdk.props +++ b/dotnet/targets/Xamarin.Shared.Sdk.props @@ -51,4 +51,15 @@ <_RuntimeIdentifierUsesAppHost>false false + + + + true +