Skip to content

Commit 42c4462

Browse files
committed
disable LTO, speed up build
1 parent 73e8f33 commit 42c4462

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ name = "datafusion_python"
6262
crate-type = ["cdylib", "rlib"]
6363

6464
[profile.release]
65-
lto = true
65+
# lto = true
6666
codegen-units = 1
6767

6868
[patch.crates-io]

0 commit comments

Comments
 (0)