Skip to content

build: Reduce debug info for dev builds#1861

Merged
tmccombs merged 1 commit intosharkdp:masterfrom
tmccombs:faster-dev-compile
Feb 3, 2026
Merged

build: Reduce debug info for dev builds#1861
tmccombs merged 1 commit intosharkdp:masterfrom
tmccombs:faster-dev-compile

Conversation

@tmccombs
Copy link
Copy Markdown
Collaborator

Hopefully this will sped up dev builds. Adds a new debugging profile if
full debug symbols are needed.

Hopefully this will sped up dev builds. Adds a new debugging profile if
full debug symbols are needed.
Comment thread Cargo.toml
[profile.dev.package."*"]
debug = false

[profile.debugging]
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Why not just profile.debug?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

🤷

I think that is just what the guide I was following suggested. I'm fine with either.

@tmccombs tmccombs merged commit 40d8eb3 into sharkdp:master Feb 3, 2026
18 checks passed
@tmccombs tmccombs deleted the faster-dev-compile branch February 3, 2026 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants