feat: add debug-fast profile (#1670)

This commit is contained in:
Bjerg
2023-03-08 14:12:09 +01:00
committed by GitHub
parent 2c6a35929e
commit 57e36223f7

View File

@@ -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" }