mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Remove unused Cargo profile
This commit is contained in:
+4
-9
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user