Skip to content

Commit ba46f66

Browse files
authored
chore(release): enable lto for release (#451)
1 parent a961be8 commit ba46f66

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ name = "cocoindex"
55
version = "999.0.0"
66
edition = "2021"
77

8-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8+
[profile.release]
9+
codegen-units = 1
10+
lto = true
11+
912
[lib]
1013
name = "cocoindex_engine"
1114
crate-type = ["cdylib"]

0 commit comments

Comments
 (0)