Skip to content

-Csplit-debuginfo=unpacked is unstable on this platform #2368

Open
@paul-hansen

Description

@paul-hansen

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:

split-debuginfo = "unpacked" # faster debug builds on mac

To Reproduce
Steps to reproduce the behavior:

  1. git clone https://github.com/emilk/egui.git
  2. cd egui
  3. cargo build
  4. 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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething is broken

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions