Unverified Commit df246e69 authored by Tzu Gwo's avatar Tzu Gwo Committed by GitHub
Browse files

chore: open lto and optimization in release profile (#2028)

parent fb9fb351
...@@ -24,3 +24,7 @@ futures-util = "0.3" ...@@ -24,3 +24,7 @@ futures-util = "0.3"
serde_json = "1.0" serde_json = "1.0"
pyo3 = { version = "0.22.5", features = ["extension-module"] } pyo3 = { version = "0.22.5", features = ["extension-module"] }
tokenizers = { version = "0.20.3", features = ["http"] } tokenizers = { version = "0.20.3", features = ["http"] }
[profile.release]
lto = "thin"
codegen-units = 1
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment