Skip to content

Commit

Permalink
try -Cllvm-args=-enable-dfa-jump-thread
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertdev authored and bjorn3 committed Jan 17, 2025
1 parent da46a7c commit 00361a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: cargo build
run: |
. "$HOME/.cargo/env"
cargo build --target ${{matrix.target}} -p test-libbz2-rs-sys --release --examples
RUSTFLAGS="-Cllvm-args=-enable-dfa-jump-thread" cargo build --target ${{matrix.target}} -p test-libbz2-rs-sys --release --examples
cp target/${{matrix.target}}/release/examples/decompress .
cp target/${{matrix.target}}/release/examples/compress .
- name: Benchmark
Expand Down

0 comments on commit 00361a4

Please sign in to comment.