mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-18 06:12:35 +01:00
11 lines
147 B
Diff
11 lines
147 B
Diff
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -6,3 +6,6 @@
|
|
|
|
[profile.release]
|
|
lto = true
|
|
+codegen-units = 1
|
|
+opt-level = "s"
|
|
+panic = "abort"
|
|
+debug = 2
|