We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953a9f3 commit 97242c4Copy full SHA for 97242c4
src/mono/sample/iOS-NativeAOT/Program.csproj
@@ -9,6 +9,7 @@
9
<RuntimeIdentifier>$(TargetOS)-$(TargetArchitecture)</RuntimeIdentifier>
10
<AppName>HelloiOS</AppName>
11
<GenerateXcodeProject>true</GenerateXcodeProject>
12
+ <Optimized Condition="'$(Configuration)' == 'Release'">true</Optimized>
13
<UseNativeAOTRuntime Condition="'$(UseNativeAOTRuntime)' == ''">true</UseNativeAOTRuntime>
14
<RunAOTCompilation>false</RunAOTCompilation>
15
<NativeLib>static</NativeLib>
0 commit comments