fix(op-reth): add jemalloc feature to optimism-cli for version (#11543)

This commit is contained in:
Dan Cline
2024-10-07 12:41:22 -04:00
committed by GitHub
parent 9a732f6b78
commit a6b564e054
4 changed files with 15 additions and 1 deletions

View File

@ -31,7 +31,7 @@ workspace = true
[features]
default = ["jemalloc"]
jemalloc = ["reth-cli-util/jemalloc"]
jemalloc = ["reth-cli-util/jemalloc", "reth-optimism-cli/jemalloc"]
jemalloc-prof = ["reth-cli-util/jemalloc-prof"]
tracy-allocator = ["reth-cli-util/tracy-allocator"]