File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed
src/tests/FunctionalTests/iOS/Device Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1010 <SelfContained >true</SelfContained >
1111 <UseConsoleUITemplate >true</UseConsoleUITemplate >
1212 <Optimized Condition =" '$(Configuration)' == 'Release'" >true</Optimized >
13- <MonoForceInterpreter >true</MonoForceInterpreter >
1413 </PropertyGroup >
1514
16- <!-- < PropertyGroup Condition="'$(RunAOTCompilation)' == 'true'">
15+ <PropertyGroup Condition =" '$(RunAOTCompilation)' == 'true'" >
1716 <MonoEnableLLVM >true</MonoEnableLLVM >
1817 <MainLibraryFileName >iOS.Device.Aot.Test.dll</MainLibraryFileName >
1918 <MonoForceInterpreter >false</MonoForceInterpreter >
20- </PropertyGroup> -->
19+ </PropertyGroup >
2120
2221 <ItemGroup >
2322 <!-- Preserves the UnmanagedCallersOnly method -->
Original file line number Diff line number Diff line change 1010 <UseConsoleUITemplate >true</UseConsoleUITemplate >
1111 <Optimized Condition =" '$(Configuration)' == 'Release'" >true</Optimized >
1212 <NativeMainSource >$(MSBuildProjectDirectory)/main.m</NativeMainSource >
13- <MonoForceInterpreter >true</MonoForceInterpreter >
1413 </PropertyGroup >
1514
16- <!-- < PropertyGroup Condition="'$(RunAOTCompilation)' == 'true'">
15+ <PropertyGroup Condition =" '$(RunAOTCompilation)' == 'true'" >
1716 <MonoEnableLLVM >true</MonoEnableLLVM >
1817 <MainLibraryFileName >iOS.Device.ExportManagedSymbols.Test.dll</MainLibraryFileName >
1918 <MonoForceInterpreter >false</MonoForceInterpreter >
20- </PropertyGroup> -->
19+ </PropertyGroup >
2120
2221 <ItemGroup >
2322 <!-- Prevent trimming of the exposed managed method via ILLinker -->
Original file line number Diff line number Diff line change 1717 </PropertyGroup >
1818
1919 <PropertyGroup Condition =" '$(RuntimeFlavor)' == 'Mono'" >
20- <!-- < RunAOTCompilation>true</RunAOTCompilation>
21- <MonoEnableLLVM>true</MonoEnableLLVM> -->
20+ <RunAOTCompilation >true</RunAOTCompilation >
21+ <MonoEnableLLVM >true</MonoEnableLLVM >
2222 <MainLibraryFileName >iOS.Device.LibraryMode.Test.dll</MainLibraryFileName >
23- <MonoForceInterpreter >true </MonoForceInterpreter >
23+ <MonoForceInterpreter >false </MonoForceInterpreter >
2424 </PropertyGroup >
2525
2626 <ItemGroup >
You can’t perform that action at this time.
0 commit comments