Skip to content

Commit

Permalink
Run fuzzer in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
cberner committed Nov 25, 2023
1 parent 7939144 commit cce79b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ profile:

.PHONY: fuzz
fuzz:
cargo fuzz run --sanitizer=none fuzz_raptorq
cargo fuzz run --sanitizer=none --release fuzz_raptorq

.PHONY: build_py
build_py: pre
Expand Down

0 comments on commit cce79b4

Please sign in to comment.