Skip to content

Commit 37b4d34

Browse files
committed
feat: Add profiling profile
Signed-off-by: Jens Reidel <[email protected]>
1 parent 4a51ca6 commit 37b4d34

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)