Skip to content
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

Only set split-debuginfo=packed for macOS #258

Merged
merged 1 commit into from
Nov 3, 2022

Conversation

philipc
Copy link
Contributor

@philipc philipc commented Nov 3, 2022

Due to changes in stability of the split-debuginfo options, we need to only set split-debuginfo=packed for macOS.

There's no target-specific cargo config setting for split-debuginfo, so we conditionally set environment variables.

Closes #256

Due to changes in stability of the split-debuginfo options, we need
to only set split-debuginfo=packed for macOS.

There's no target-specific cargo config setting for split-debuginfo,
so we conditionally set environment variables.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests are failing with nightly rust due to packed debuginfo
1 participant