Remove unused Cargo profile

This commit is contained in:
Oliver Hamlet
2025-07-31 22:10:05 +01:00
parent f69bd3b632
commit 139047f230
+4 -9
View File
@@ -27,6 +27,10 @@ tempfile = "3.17.1"
[lints]
workspace = true
[profile.release]
debug = "limited"
lto = "thin"
[workspace]
members = ["cpp", "ffi-errors", "nodejs", "parameterized-test", "python"]
@@ -35,15 +39,6 @@ version = "0.27.0"
edition = "2024"
license = "GPL-3.0-or-later"
[profile.release]
debug = "limited"
lto = "thin"
[profile.rel-with-deb-info]
inherits = "release"
opt-level = 2
debug = "limited"
# Deny some rustc lints that are allow-by-default.
[workspace.lints.rust]
ambiguous_negative_literals = "forbid"