-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Consider renaming debug to debuginfo in profiles #2373
Copy link
Copy link
Open
Labels
A-debuggingArea: debug builds and debugging generated codeArea: debug builds and debugging generated codeA-profilesArea: profilesArea: profilesC-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`S-needs-mentorStatus: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.Status: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.
Metadata
Metadata
Assignees
Labels
A-debuggingArea: debug builds and debugging generated codeArea: debug builds and debugging generated codeA-profilesArea: profilesArea: profilesC-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`S-needs-mentorStatus: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.Status: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.
Type
Fields
Give feedbackNo fields configured for issues without a type.
In profiles, one can use
debug = true # Controls whether the compiler passes -gThe name
debugis confounding (at least for me):Obviously we can't just rename
debugtogenerate-symbols, but we can add an alias and update docs.