Skip to content

Commit

Permalink
Allow dead code parameter for cargo build
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Zhang <[email protected]>
  • Loading branch information
jimthematrix committed Aug 6, 2024
1 parent 3d224ff commit 141c75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build circom
run: |
cd circom
cargo build --release
RUSTFLAGS="$RUSTFLAGS -A dead_code" cargo build --release
cargo install --path circom
- name: Setup node.js
Expand Down

0 comments on commit 141c75e

Please sign in to comment.