Skip to content

Commit

Permalink
CI: Windows compilation time
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead committed Dec 10, 2024
1 parent c8a5943 commit 72e32d6
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 @@ -52,7 +52,7 @@ jobs:
shell: bash
run: |
export PATH=$PATH:$HOME/d/protoc/bin
export RUSTFLAGS="-C codegen-units=256 -C link-arg=-fuse-ld=lld -C target-cpu=native -C incremental=true -C debuginfo=line-tables-only -C lto=thin -C opt-level=3 -C embed-bitcode"
export RUSTFLAGS="-C codegen-units=256 -C link-arg=-fuse-ld=lld -C target-cpu=native -C incremental=true -C debuginfo=line-tables-only -C opt-level=3"
echo $RUSTFLAGS
cargo test --lib --tests --bins --features avro,json,backtrace
cd datafusion-cli
Expand Down

0 comments on commit 72e32d6

Please sign in to comment.