Skip to content

Commit 6badcbd

Browse files
committed
disable LTO, speed up build
1 parent 73e8f33 commit 6badcbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = "off"
6666
codegen-units = 1
6767

6868
[patch.crates-io]

0 commit comments

Comments
 (0)