mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-17 02:12:02 -05:00
fix(ci): inherit profiling in bench profile (#9072)
This commit is contained in:
@@ -236,9 +236,13 @@ codegen-units = 16
|
||||
# e.g. `cargo build --profile profiling`
|
||||
[profile.profiling]
|
||||
inherits = "release"
|
||||
debug = 1
|
||||
debug = 2
|
||||
strip = false
|
||||
|
||||
# Make sure debug symbols are in the bench profile
|
||||
[profile.bench]
|
||||
inherits = "profiling"
|
||||
|
||||
[profile.maxperf]
|
||||
inherits = "release"
|
||||
lto = "fat"
|
||||
|
||||
Reference in New Issue
Block a user