-
Hello, I also noticed that the Rust compiler had a similar problem. |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.