File tree Expand file tree Collapse file tree
src/coreclr/tools/aot/crossgen2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 <!-- Can't use NativeAOT in source build yet https://github.com/dotnet/runtime/issues/66859 and we
88 don't want to ship using NativeAOT on MacOS -->
99 <NativeAotSupported Condition =" '$(DotNetBuildFromSource)' == 'true' or '$(TargetOS)' == 'osx'" >false</NativeAotSupported >
10-
11- <!-- Work around https://github.com/dotnet/runtime/issues/72645 -->
12- <NativeAotSupported Condition =" '$(TargetArchitecture)' == 'arm64'" >false</NativeAotSupported >
13-
1410 <!-- Trimming is not currently working, but set the appropriate feature flags for NativeAOT -->
1511 <PublishTrimmed Condition =" '$(NativeAotSupported)' == 'true'" >true</PublishTrimmed >
1612 <RuntimeIdentifiers Condition =" '$(RunningPublish)' != 'true' and '$(DotNetBuildFromSource)' != 'true'" >linux-x64;linux-musl-x64;linux-arm;linux-musl-arm;linux-arm64;linux-musl-arm64;freebsd-x64;osx-x64;osx-arm64;win-x64;win-x86;win-arm64;win-arm</RuntimeIdentifiers >
You can’t perform that action at this time.
0 commit comments