Add a profiling Cargo profile
This is a release build with debug symbols.
This commit is contained in:
parent
937842d2c5
commit
f3ead4caca
|
@ -110,3 +110,7 @@ features = [
|
|||
[profile.release]
|
||||
lto = "thin"
|
||||
strip = "symbols"
|
||||
|
||||
[profile.profiling]
|
||||
inherits = "release"
|
||||
debug = true
|
||||
|
|
Loading…
Reference in a new issue