diff --git a/Cargo.toml b/Cargo.toml index aa0b4a8..87243ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,3 +13,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] byteorder = "^1" arrow = {version = "^54", features = ["ffi"]} + + +[profile.release] +lto = true