-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build Mac symbols in .dSYM bundle, not single .dwarf file #94237
Conversation
Tagging subscribers to this area: @hoyosjs Issue Detailsnull
|
Related: #92911 |
cc @ericstj Since you've done some work in these areas. |
@@ -18,7 +18,8 @@ | |||
<LibPrefix>lib</LibPrefix> | |||
<LibSuffix>.dylib</LibSuffix> | |||
<StaticLibSuffix>.a</StaticLibSuffix> | |||
<SymbolsSuffix>.dwarf</SymbolsSuffix> | |||
<!-- <SymbolsSuffix>.dwarf</SymbolsSuffix> --> | |||
<SymbolsSuffix>.dSYM</SymbolsSuffix> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might quickly become a leaky abstraction. For example, we also are missing updating GetSymbolPackageFiles
in https://github.com/dotnet/runtime/blob/main/src/installer/pkg/projects/Directory.Build.targets (the excludes and all that)
Draft Pull Request was automatically closed for 30 days of inactivity. Please let us know if you'd like to reopen it. |
No description provided.