optimize libbyedpi

This commit is contained in:
CherretGit
2025-12-08 23:11:49 +07:00
parent cdcd8b85b5
commit 35b0068b8c

View File

@@ -15,3 +15,9 @@ crate-type = ["cdylib"]
[build-dependencies] [build-dependencies]
cmake = "0.1.49" cmake = "0.1.49"
[profile.release]
opt-level = "z"
lto = true
strip = true
codegen-units = 1