Skip to content

Commit 8f81c58

Browse files
authored
Merge pull request #164 from zamazan4ik/patch-1
Enable LTO and codegen-units = 1 optimization
2 parents 2dc721e + d0ac6d3 commit 8f81c58

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ members = [
1717
"library/streamhub",
1818
"library/common",
1919
]
20+
21+
[profile.release]
22+
codegen-units = 1
23+
lto = true

0 commit comments

Comments
 (0)