mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-23 17:42:31 +01:00
13 lines
187 B
Diff
13 lines
187 B
Diff
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -30,3 +30,9 @@
|
|
[lib]
|
|
doctest = false
|
|
name = "riemann_client"
|
|
+
|
|
+[profile.release]
|
|
+codegen-units = 1
|
|
+lto = true
|
|
+opt-level = "z"
|
|
+panic = "abort"
|