mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-05 04:47:14 +02:00
14 lines
283 B
Diff
14 lines
283 B
Diff
diff --git a/Cargo.toml b/Cargo.toml
|
|
index db7332f..732dec4 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -38,3 +38,9 @@ cargo_metadata = "0.15"
|
|
assert_cmd = "2"
|
|
assert_fs = "1.0.0"
|
|
predicates = "3"
|
|
+
|
|
+[profile.release]
|
|
+strip = true
|
|
+opt-level = "z"
|
|
+codegen-units = 1
|
|
+lto = true
|