Strip symbols and enable LTO for smaller binaries (#5)

This commit is contained in:
Ferdinand Schober
2023-03-11 15:16:05 +01:00
committed by GitHub
parent a2d2e904f8
commit 13a688a0c1

View File

@@ -5,6 +5,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
strip = true
lto = "fat"
[dependencies]
tempfile = "3.2"
trust-dns-resolver = "0.22"