We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a961be8 commit ba46f66Copy full SHA for ba46f66
Cargo.toml
@@ -5,7 +5,10 @@ name = "cocoindex"
5
version = "999.0.0"
6
edition = "2021"
7
8
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+[profile.release]
9
+codegen-units = 1
10
+lto = true
11
+
12
[lib]
13
name = "cocoindex_engine"
14
crate-type = ["cdylib"]
0 commit comments