fix(rust-wheel): reduce native extension size

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
Yujong Lee 2026-09-21 21:04:57 +00:00
parent 56237af7a9
commit 0d09e9d892

View file

@ -73,7 +73,7 @@ fancy-regex = "0.19.2"
veil = "0.3.0"
[profile.release]
opt-level = 3
opt-level = 2
lto = "thin"
codegen-units = 1
panic = "unwind"