We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a5943 commit 72e32d6Copy full SHA for 72e32d6
1 file changed
.github/workflows/rust.yml
@@ -52,7 +52,7 @@ jobs:
52
shell: bash
53
run: |
54
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"
+ 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"
56
echo $RUSTFLAGS
57
cargo test --lib --tests --bins --features avro,json,backtrace
58
cd datafusion-cli
0 commit comments