mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
Mark libhac as AOT-compatible
This commit is contained in:
parent
c96799035d
commit
b60af3f66c
@ -5,6 +5,7 @@
|
||||
<VersionPrefix>0.20.0</VersionPrefix>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<IsAotCompatible>true</IsAotCompatible>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
@ -40,8 +40,8 @@
|
||||
|
||||
<PropertyGroup Condition=" '$(BuildType)' == 'native-minimal' ">
|
||||
<OptimizationPreference>Size</OptimizationPreference>
|
||||
<InvariantGlobalization>true</InvariantGlobalization>
|
||||
<StackTraceSupport>false</StackTraceSupport>
|
||||
<InvariantGlobalization>true</InvariantGlobalization>
|
||||
<StackTraceSupport>false</StackTraceSupport>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(BuildType)' == 'native-untrimmed' ">
|
||||
|
Loading…
x
Reference in New Issue
Block a user