add release-with-debug profile

This commit is contained in:
Folkert 2023-01-09 23:28:00 +01:00
parent 7b8b2a40f6
commit 6c74d4847a
No known key found for this signature in database
GPG Key ID: 1F17F6FFD112B97C

View File

@ -130,3 +130,7 @@ codegen-units = 1
[profile.bench]
lto = "thin"
codegen-units = 1
[profile.release-with-debug]
inherits = "release"
debug = true