|
Hello, I also noticed that the Rust compiler had a similar problem. |
Answered by
ghaith
Feb 13, 2025
Replies: 1 comment 1 reply
|
The linked issue was eventually solved by updating, so not a lot of information for us, but from what I gathered they were specifically investigating why DWARF instructions are being added to windows. I think we need to generate different type of debug info when targeting windows builds. We currently have code in place to force a dwarf5 format I think. |
1 reply
Answer selected by
chen4s666
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The linked issue was eventually solved by updating, so not a lot of information for us, but from what I gathered they were specifically investigating why DWARF instructions are being added to windows. I think we need to generate different type of debug info when targeting windows builds. We currently have code in place to force a dwarf5 format I think.