mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-27 11:32:08 +01:00
12 lines
171 B
Diff
12 lines
171 B
Diff
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -65,6 +65,7 @@
|
|
codegen-units = 1
|
|
|
|
[profile.release]
|
|
-debug = true
|
|
lto = true
|
|
codegen-units = 1
|
|
+opt-level = "z"
|
|
+panic = "abort"
|