Skip to content

Commit 72e32d6

Browse files
committed
CI: Windows compilation time
1 parent c8a5943 commit 72e32d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
shell: bash
5353
run: |
5454
export PATH=$PATH:$HOME/d/protoc/bin
55-
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"
55+
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"
5656
echo $RUSTFLAGS
5757
cargo test --lib --tests --bins --features avro,json,backtrace
5858
cd datafusion-cli

0 commit comments

Comments
 (0)