We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 208cc4f commit 6e59c41Copy full SHA for 6e59c41
.github/workflows/rust.yml
@@ -314,7 +314,7 @@ jobs:
314
# use higher optimization level to overcome Windows rust slowness for tpc-ds
315
# and speed builds: https://github.com/apache/arrow-datafusion/issues/8696
316
# 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"
+ RUSTFLAGS: "-C debuginfo=0 -C opt-level=3 -C target-feature=+crt-static -C incremental=false -C codegen-units=256"
318
RUST_BACKTRACE: "1"
319
# avoid rust stack overflows on tpc-ds tests
320
RUST_MIN_STACK: "3000000"
0 commit comments