Skip to content

Commit b9ee647

Browse files
committed
Add Rust build optimizations
1 parent 5b24283 commit b9ee647

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
@@ -33,3 +33,6 @@ version = "0.3.0"
3333
optional = true
3434
version = "0.10.1"
3535
features = ["extension-module"]
36+
37+
[profile.release]
38+
lto = true

0 commit comments

Comments
 (0)