enable lto

This commit is contained in:
Jan Petykiewicz 2025-04-22 20:17:23 -07:00
parent 029662d887
commit 572b39aca0

View File

@ -13,3 +13,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
byteorder = "^1"
arrow = {version = "^54", features = ["ffi"]}
[profile.release]
lto = true