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:
parent
ce6f345b6a
commit
173e4249a6
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user