Skip to content

Commit

Permalink
Enable AOT only in Release
Browse files Browse the repository at this point in the history
  • Loading branch information
aetherstrata committed Jan 18, 2024
1 parent b468e04 commit a20ca03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Aosta.Ava/Aosta.Ava.Android/Aosta.Ava.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ApplicationVersion>1</ApplicationVersion>
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
<AndroidPackageFormat>apk</AndroidPackageFormat>
<AndroidEnableProfiledAot>true</AndroidEnableProfiledAot>
<AndroidEnableProfiledAot Condition="'$(Configuration)'=='RELEASE'">true</AndroidEnableProfiledAot>
<LangVersion>default</LangVersion>
</PropertyGroup>

Expand Down

0 comments on commit a20ca03

Please sign in to comment.