-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
-Csplit-debuginfo=unpacked
is unstable on this platform
#2368
Comments
If you want to remove this from the project's cargo.toml, you can still add it locally as a mac user by adding it to your |
Looks like there are a couple related PRs that should fix this in the future though so no worries if you don't want to spend time on it. Again, mainly just opening this for discovery by other people running into it. |
error: How to disable? |
egui has it enabled in their project's cargo.toml file. You would need to remove this line from egui's cargo.toml file: Line 30 in 60b4f5e
I updated my original message to point to the correct line. |
# split-debuginfo = "unpacked" # faster debug builds on mac emilk#2368
Describe the bug
When compiling the master branch on Windows I get this error:
Related issue: rust-lang/rust#103976
You can work around this by commenting out this line:
egui/Cargo.toml
Line 30 in 60b4f5e
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/emilk/egui.git
cd egui
cargo build
Expected behavior
It compiles
Desktop (please complete the following information):
Additional context
I'm mainly opening this so other people can find it as it took me a bit to track down the cause. I'll leave it up to you if you want to remove that line from the project or wait to see if they fix it (see related issue above).
The text was updated successfully, but these errors were encountered: