|
|
|
@ -21,8 +21,9 @@ |
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release' and '$(TF_BUILD)' == ''"> |
|
|
|
<DebugSymbols>True</DebugSymbols> |
|
|
|
<RunAOTCompilation>False</RunAOTCompilation> |
|
|
|
<RunAOTCompilation>True</RunAOTCompilation> |
|
|
|
<EnableLLVM>True</EnableLLVM> |
|
|
|
<AndroidEnableProfiledAot>True</AndroidEnableProfiledAot> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
|
|
|
|