Skip to content

Commit a6d602c

Browse files
flosserobertohuertasm
authored andcommitted
feat(lto): enable LTO for release builds (#4)
1 parent ef5215a commit a6d602c

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
@@ -24,3 +24,6 @@ azure-devops = { project = "robertohuertasm/github-oss", pipeline = "microserver
2424
warp = "0.1"
2525
clap = "2.33"
2626
console = "0.9"
27+
28+
[profile.release]
29+
lto = true

0 commit comments

Comments
 (0)