From 5005dc3b65ce4f8bbbe5f5558fef99048971ac9e Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Tue, 8 Nov 2022 16:22:42 +1100 Subject: [PATCH] Fix lcli --- lcli/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lcli/Cargo.toml b/lcli/Cargo.toml index b4f630ae15..c6867180dc 100644 --- a/lcli/Cargo.toml +++ b/lcli/Cargo.toml @@ -8,6 +8,7 @@ edition = "2021" [features] portable = ["bls/supranational-portable"] fake_crypto = ['bls/fake_crypto'] +jemalloc = ["malloc_utils/jemalloc"] [dependencies] bls = { path = "../crypto/bls" } @@ -40,3 +41,4 @@ eth2 = { path = "../common/eth2" } snap = "1.0.1" beacon_chain = { path = "../beacon_node/beacon_chain" } store = { path = "../beacon_node/store" } +malloc_utils = { path = "../common/malloc_utils" }