Skip to content

Commit b036cac

Browse files
authored
Merge pull request #837 from Gelbpunkt/profiling
feat: Add profiling profile
2 parents 4a51ca6 + 37b4d34 commit b036cac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@ members = [
3535
[patch.crates-io]
3636
socket2 = { git = "https://github.com/hermit-os/socket2.git", branch = "v0.5.x" }
3737
tokio = { git = "https://github.com/hermit-os/tokio.git", branch = "v/tokio-1.45.0" }
38+
39+
[profile.profiling]
40+
inherits = "release"
41+
debug = "line-tables-only"

0 commit comments

Comments
 (0)