chore: set opt-level and lto for smaller binary size

This commit is contained in:
Ilya Zlobintsev 2024-03-02 11:58:20 +02:00
parent b32410acba
commit 9fc0eae90a

View File

@ -23,3 +23,5 @@ nix = { version = "0.27.1", default-features = false }
[profile.release] [profile.release]
strip = "symbols" strip = "symbols"
opt-level = "s"
lto = true