Enable thin LTO

It compiles about half a second slower for me, so it seems fine to use
by default.
This commit is contained in:
Blaž Hrastnik 2021-11-15 14:36:38 +09:00
parent 87e61a0894
commit cccc1949eb

View File

@ -14,3 +14,6 @@ members = [
[profile.dev]
split-debuginfo = "unpacked"
[profile.release]
lto = "thin"