chore: Add Makefile from reth and features used by Makefile

This commit is contained in:
sprites0
2025-07-06 03:33:45 +00:00
parent 49e3df97e7
commit 92e42e86c2
2 changed files with 216 additions and 0 deletions

View File

@ -108,6 +108,13 @@ libc = "0.2"
[features]
default = ["jemalloc"]
jemalloc = ["dep:tikv-jemallocator"]
asm-keccak = [
"reth-node-core/asm-keccak",
"reth-primitives/asm-keccak",
]
min-debug-logs = [
"tracing/release_max_level_debug",
]
dev = [
"reth-cli-commands/arbitrary",
"reth/dev",