Enable thin LTO

It compiles about half a second slower for me, so it seems fine to use
by default.
pull/1093/head
Blaž Hrastnik 2021-11-15 14:36:38 +09:00
parent 87e61a0894
commit cccc1949eb
1 changed files with 3 additions and 0 deletions

View File

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