File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -209,6 +209,7 @@ BeforeAll {
209209 <SentryUploadAndroidProguardMapping>true</SentryUploadAndroidProguardMapping>
210210 <AndroidLinkTool Condition=`" '`$ (AndroidLinkTool)' == '' `" >r8</AndroidLinkTool>
211211 <AndroidDexTool Condition=`" '`$ (AndroidDexTool)' == '' `" >d8</AndroidDexTool>
212+ <MtouchUseLlvm Condition=`" '`$ (Configuration)' == 'Release'`" >false</MtouchUseLlvm>
212213 </PropertyGroup>
213214</Project>
214215"@ | Out-File $name / Directory.Build.props
Original file line number Diff line number Diff line change 77 </PropertyGroup >
88
99 <!-- Workaround for hang on compile issue. See https://github.com/xamarin/xamarin-macios/issues/17825#issuecomment-1478568270. -->
10- <PropertyGroup Condition =" '$(Configuration)' == 'Release' And $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios' " >
10+ <PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
1111 <MtouchUseLlvm >false</MtouchUseLlvm >
1212 </PropertyGroup >
1313
You can’t perform that action at this time.
0 commit comments