mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
revert: use line-tables-only debug info for profiling profile (#22907)
Co-authored-by: Sergei Shulepov <2205845+pepyakin@users.noreply.github.com>
This commit is contained in:
@@ -295,7 +295,7 @@ codegen-units = 16
|
||||
# e.g. `cargo build --profile profiling`
|
||||
[profile.profiling]
|
||||
inherits = "release"
|
||||
debug = "line-tables-only"
|
||||
debug = "full"
|
||||
strip = "none"
|
||||
|
||||
# Include debug info in benchmarks too.
|
||||
|
||||
Reference in New Issue
Block a user