mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-20 23:32:47 +01:00
13 lines
180 B
Diff
13 lines
180 B
Diff
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -48,6 +48,9 @@
|
|
|
|
[profile.release]
|
|
lto = true
|
|
+codegen-units = 1
|
|
+opt-level = "s"
|
|
+panic = "abort"
|
|
|
|
[features]
|
|
default = ["font-fontdue"]
|