Skip to content

Commit

Permalink
disable jemalloc memory profiling (MystenLabs#3138)
Browse files Browse the repository at this point in the history
  • Loading branch information
tharbert authored Jul 11, 2022
1 parent 6454bc1 commit 3b313a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ members = [
]

# Debug symbols are really important for profiling
[profile.release]
debug = true
# [profile.release]
# debug = true
# strip = "debuginfo"

[profile.bench]
Expand Down

0 comments on commit 3b313a3

Please sign in to comment.