Skip to content

Commit d0ac6d3

Browse files
authored
feat: enable LTO and codegen-units = 1 optimization
1 parent 2dc721e commit d0ac6d3

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)