Remove --flat from default dsymutil options (#89358)
authorAndy Gocke <angocke@microsoft.com>
Thu, 10 Aug 2023 05:46:00 +0000 (22:46 -0700)
committerGitHub <noreply@github.com>
Thu, 10 Aug 2023 05:46:00 +0000 (22:46 -0700)
commit44e63d4a1e82259315a1cd7088e1a150ad0a194a
treefc7319828b6d3d8e0beeca17ea717769943d8b4b
parent3be8fa18b8d76eb1cd134c76e1e6207b80e87ae8
Remove --flat from default dsymutil options (#89358)

--flat is a diagnostic-only option and not fully supported. It
can still be specified if necessary through the DsymUtilOptions
property and NativeSymbolExt property, but it will no longer be
the default.
src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Publish.targets
src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets
src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets
src/coreclr/tools/aot/crossgen2/crossgen2.csproj
src/tests/Directory.Build.props