Open
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
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/emilk/egui.git
cd egui
cargo 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).