mirror of https://github.com/helix-editor/helix
Enable thin LTO
It compiles about half a second slower for me, so it seems fine to use by default.pull/1093/head
parent
87e61a0894
commit
cccc1949eb
|
@ -14,3 +14,6 @@ members = [
|
|||
|
||||
[profile.dev]
|
||||
split-debuginfo = "unpacked"
|
||||
|
||||
[profile.release]
|
||||
lto = "thin"
|
||||
|
|
Loading…
Reference in New Issue