diff --git a/Cargo.toml b/Cargo.toml index c94e7294bf..ad7253f862 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }