enable lto
This commit is contained in:
parent
029662d887
commit
572b39aca0
1 changed files with 4 additions and 0 deletions
|
|
@ -13,3 +13,7 @@ crate-type = ["cdylib", "rlib"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
byteorder = "^1"
|
byteorder = "^1"
|
||||||
arrow = {version = "^54", features = ["ffi"]}
|
arrow = {version = "^54", features = ["ffi"]}
|
||||||
|
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
lto = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue