We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a082ba5 commit 5005dc3Copy full SHA for 5005dc3
1 file changed
lcli/Cargo.toml
@@ -8,6 +8,7 @@ edition = "2021"
8
[features]
9
portable = ["bls/supranational-portable"]
10
fake_crypto = ['bls/fake_crypto']
11
+jemalloc = ["malloc_utils/jemalloc"]
12
13
[dependencies]
14
bls = { path = "../crypto/bls" }
@@ -40,3 +41,4 @@ eth2 = { path = "../common/eth2" }
40
41
snap = "1.0.1"
42
beacon_chain = { path = "../beacon_node/beacon_chain" }
43
store = { path = "../beacon_node/store" }
44
+malloc_utils = { path = "../common/malloc_utils" }
0 commit comments