Skip to content

-Csplit-debuginfo=off is not actually supported on apple(?) targets #135607

Open
@jieyouxu

Description

@jieyouxu

i will quibble with “supported” on macos, -C split-debuginfo=off just silently disables debuginfo there. but we should fix that in the official docs, not here.

Originally posted by @jyn514 in #135572 (comment)

The docs for this cli flag might benefit from being slightly reworded.

Activity

added
needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.
on Jan 17, 2025
added
A-debuginfoArea: Debugging information in compiled programs (DWARF, PDB, etc.)
T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and tools
A-CLIArea: Command-line interface (CLI) to the compiler
and removed
needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.
on Jan 17, 2025
added
O-appleOperating system: Apple (macOS, iOS, tvOS, visionOS, watchOS)
on Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-CLIArea: Command-line interface (CLI) to the compilerA-debuginfoArea: Debugging information in compiled programs (DWARF, PDB, etc.)A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsO-appleOperating system: Apple (macOS, iOS, tvOS, visionOS, watchOS)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

        Participants

        @jieyouxu@rustbot

        Issue actions

          `-Csplit-debuginfo=off` is not actually supported on apple(?) targets · Issue #135607 · rust-lang/rust