Skip to content

Commit cccc194

Browse files
committed
Enable thin LTO
It compiles about half a second slower for me, so it seems fine to use by default.
1 parent 87e61a0 commit cccc194

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ members = [
1414

1515
[profile.dev]
1616
split-debuginfo = "unpacked"
17+
18+
[profile.release]
19+
lto = "thin"

0 commit comments

Comments
 (0)