Run fuzzer in release mode

This commit is contained in:
Christopher Berner 2023-11-24 19:55:00 -08:00
parent 7939144ef8
commit cce79b412c

@ -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