Skip to content

Commit

Permalink
Add optimized property to the Native AOT sample app (#90585)
Browse files Browse the repository at this point in the history
  • Loading branch information
kotlarmilos authored Aug 16, 2023
1 parent 1d21a9c commit 9a696fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mono/sample/iOS-NativeAOT/Program.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<RuntimeIdentifier>$(TargetOS)-$(TargetArchitecture)</RuntimeIdentifier>
<AppName>HelloiOS</AppName>
<GenerateXcodeProject>true</GenerateXcodeProject>
<Optimized Condition="'$(Configuration)' == 'Release'">true</Optimized>
<UseNativeAOTRuntime Condition="'$(UseNativeAOTRuntime)' == ''">true</UseNativeAOTRuntime>
<RunAOTCompilation>false</RunAOTCompilation>
<NativeLib>static</NativeLib>
Expand Down

0 comments on commit 9a696fd

Please sign in to comment.