mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 09:08:05 -05:00
feat: add debug-fast profile (#1670)
This commit is contained in:
@@ -41,6 +41,11 @@ members = [
|
||||
exclude = ["crate-template"]
|
||||
default-members = ["bin/reth"]
|
||||
|
||||
# Like release, but with full debug symbols. Useful for e.g. `perf`.
|
||||
[profile.debug-fast]
|
||||
inherits = "release"
|
||||
debug = true
|
||||
|
||||
[patch.crates-io]
|
||||
revm = { git = "https://github.com/bluealloy/revm" }
|
||||
revm-primitives = { git = "https://github.com/bluealloy/revm" }
|
||||
|
||||
Reference in New Issue
Block a user