Skip to content

Commit

Permalink
drop opt level
Browse files Browse the repository at this point in the history
  • Loading branch information
timglabisch committed Nov 17, 2023
1 parent c25a4c2 commit 5930d1d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions openmetrics_udpserver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,3 @@ openmetrics_udpserver_lib = { path = "../openmetrics_udpserver_lib" }
# servedensity specific deps
md5 = "0.7.*"
reqwest = { version = "0.11.*", default-features = false, features = ["rustls-tls", "rustls-tls-native-roots"] }

[profile.release]
lto = true
strip = true
panic = 'abort'
opt-level = 'z'
codegen-units = 1

0 comments on commit 5930d1d

Please sign in to comment.