Skip to content

Commit fdf33b4

Browse files
committed
chore(cargo): Add comment to enable debug symbols
1 parent 10f01e1 commit fdf33b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ resolver = "2"
1919
# This is to enable debug symbols
2020
# which are useful during profiling
2121
# with callgrind
22-
# [profile.release.package."*"]
23-
# opt-level = 3
22+
# [profile.release]
2423
# debug = true
2524
# force-frame-pointers = true
2625

0 commit comments

Comments
 (0)