Cargo.toml: cleanup inherits of 2 profiles

This commit is contained in:
E
2025-10-21 15:56:14 +09:00
committed by GitHub
parent 10ccc071b3
commit f97f8d83a9
+1 -3
View File
@@ -602,10 +602,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.