Skip to content

Support for 'split-debuginfo' on wasm targets #125894

Open
@namse

Description

@namse

According to the documentation at Rust Compiler Codegen Options, setting split-debuginfo = "packed" should result in the generation of dwp files.

However, when building for wasm32-unknown-unknown and wasm32-wasip1, I was unable to obtain dwp files. In contrast, dwp files were successfully generated when building for x86_64-linux-unknown-gnu.

I hope that 'split-debuginfo' will be properly supported for wasm targets as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-feature-requestCategory: A feature request, i.e: not implemented / a PR.O-wasmTarget: WASM (WebAssembly), http://webassembly.org/T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions