1
0
mirror of https://github.com/chylex/Apache-Prometheus-Exporter.git synced 2025-04-18 17:15:42 +02:00

Optimize release builds

This commit is contained in:
chylex 2023-09-30 22:39:59 +02:00
parent ce6f345b6a
commit 173e4249a6
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

@ -7,7 +7,10 @@ edition = "2021"
name = "apache_prometheus_exporter"
path = "src/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
strip = true
lto = true
codegen-units = 1
[dependencies]
actix-web = "4.4.0"