Skip to content

Commit 3770594

Browse files
committed
win remove other rustflag optimizations
1 parent 1ddcd05 commit 3770594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ jobs:
316316
# Cargo profile docs https://doc.rust-lang.org/cargo/reference/profiles.html?profile-settings#profile-settings
317317
# Set debuginfo=line-tables-only as debuginfo=0 causes immensely slow build
318318
# See for more details: https://github.com/rust-lang/rust/issues/119560
319-
RUSTFLAGS: "-C debuginfo=line-tables-only -C opt-level=1 -C target-feature=+crt-static -C incremental=false -C codegen-units=256"
319+
RUSTFLAGS: "-C debuginfo=line-tables-only"
320320
RUST_BACKTRACE: "1"
321321
# avoid rust stack overflows on tpc-ds tests
322322
RUST_MINSTACK: "3000000"

0 commit comments

Comments
 (0)