Skip to content

Commit

Permalink
chore: Remove flag needed for older compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
netrome committed Sep 27, 2024
1 parent 6173289 commit ba4181d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .clusterfuzzlite/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ cd $SRC/fuel-vm

cd fuel-vm

export CARGO_CFG_CURVE25519_DALEK_BACKEND=serial # This fixes building on nightly-2023-12-28-x86_64-unknown-linux-gnu, which is no longer compatible with the SIMD feature of curve25519; building on stable does not work because ASan is a dependency of coverage
cargo fuzz build -O --sanitizer none

cp fuzz/target/x86_64-unknown-linux-gnu/release/grammar_aware_advanced $OUT/

0 comments on commit ba4181d

Please sign in to comment.