1
0
Fork 0

Add a profiling Cargo profile

This is a release build with debug symbols.
This commit is contained in:
Robbert van der Helm 2022-05-22 20:17:15 +02:00
parent 937842d2c5
commit f3ead4caca

View file

@ -110,3 +110,7 @@ features = [
[profile.release]
lto = "thin"
strip = "symbols"
[profile.profiling]
inherits = "release"
debug = true