-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
bugSomething is brokenSomething is broken
Description
Describe the bug
When compiling the master branch on Windows I get this error:
error: `-Csplit-debuginfo=unpacked` is unstable on this platform
Related issue: rust-lang/rust#103976
You can work around this by commenting out this line:
Line 30 in 60b4f5e
| split-debuginfo = "unpacked" # faster debug builds on mac |
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/emilk/egui.gitcd eguicargo build- build fails with above error.
Expected behavior
It compiles
Desktop (please complete the following information):
- OS: Windows
- Version: 11 22H2 22621.819
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).
joffreybesos, langyo, fdb, ctaggart, rgwood and 1 more
Metadata
Metadata
Assignees
Labels
bugSomething is brokenSomething is broken