Skip to content

Commit b25a5bf

Browse files
authored
perf: Enable Link-Time Optimization (LTO) (#81)
1 parent 4c214b0 commit b25a5bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ serde_json = "1.0.125"
3232
serde_yaml = "0.9.34"
3333
terminal-link = "0.1.0"
3434
yamlpath = "0.11.1"
35+
36+
[profile.release]
37+
lto = true

0 commit comments

Comments
 (0)