Add additional build configurations

This commit is contained in:
2025-10-29 19:31:50 +08:00
parent a88222184f
commit 2fd346d477

9
.cargo/config.toml Normal file
View File

@@ -0,0 +1,9 @@
[profile.small]
inherits = "release"
opt-level = "z"
codegen-units = 1
lto = true
[profile.extra-small]
inherits = "small"
panic = "abort"