Skip to content

Commit 6e59c41

Browse files
committed
increase opt level for win
1 parent 208cc4f commit 6e59c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ jobs:
314314
# use higher optimization level to overcome Windows rust slowness for tpc-ds
315315
# and speed builds: https://github.com/apache/arrow-datafusion/issues/8696
316316
# Cargo profile docs https://doc.rust-lang.org/cargo/reference/profiles.html?profile-settings#profile-settings
317-
RUSTFLAGS: "-C debuginfo=0 -C opt-level=1 -C target-feature=+crt-static -C incremental=false -C codegen-units=256"
317+
RUSTFLAGS: "-C debuginfo=0 -C opt-level=3 -C target-feature=+crt-static -C incremental=false -C codegen-units=256"
318318
RUST_BACKTRACE: "1"
319319
# avoid rust stack overflows on tpc-ds tests
320320
RUST_MIN_STACK: "3000000"

0 commit comments

Comments
 (0)