Merge pull request #8969 from oech3/patch-1

Cargo.toml: cleanup release-small profile by inherits
This commit is contained in:
Sylvestre Ledru
2025-10-21 13:39:51 +02:00
committed by GitHub
+1 -3
View File
@@ -603,10 +603,8 @@ codegen-units = 1
# A release-like profile that is as small as possible.
[profile.release-small]
inherits = "release"
inherits = "release-fast"
opt-level = "z"
panic = "abort"
codegen-units = 1
strip = true
# A release-like profile with debug info, useful for profiling.