mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02: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"]
|