mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(op-reth): add jemalloc feature to optimism-cli for version (#11543)
This commit is contained in:
@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user