Skip to content

Commit

Permalink
win remove other rustflag optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefffrey committed Jan 6, 2024
1 parent 1ddcd05 commit 3770594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ jobs:
# Cargo profile docs https://doc.rust-lang.org/cargo/reference/profiles.html?profile-settings#profile-settings
# Set debuginfo=line-tables-only as debuginfo=0 causes immensely slow build
# See for more details: https://github.com/rust-lang/rust/issues/119560
RUSTFLAGS: "-C debuginfo=line-tables-only -C opt-level=1 -C target-feature=+crt-static -C incremental=false -C codegen-units=256"
RUSTFLAGS: "-C debuginfo=line-tables-only"
RUST_BACKTRACE: "1"
# avoid rust stack overflows on tpc-ds tests
RUST_MINSTACK: "3000000"
Expand Down

0 comments on commit 3770594

Please sign in to comment.