Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,7 @@ exclude = [

[patch.crates-io]
x86_64 = { git = "https://github.com/rust-osdev/x86_64.git" }

[profile.release-debug]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we call this profile to be more descriptive?

Suggested change
[profile.release-debug]
[profile.profile]

inherits = "release"
debug = true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Cargo Book and Nicholas Nethercote suggest using "line-tables-only", instead.

Suggested change
debug = true
debug = "line-tables-only"