mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
chore: Add Makefile from reth and features used by Makefile
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user