Cargo.toml: Enabled LTO for release build.

This commit is contained in:
Jonathan Davies 2024-03-11 21:43:32 +00:00 committed by Alexander Borsuk
parent 2dc0b1bc34
commit a4caf23e35

View file

@ -31,3 +31,5 @@ urlencoding = "2.1.2"
[profile.release]
overflow-checks = true
lto = true
codegen-units = 1