We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb0174 commit 1fad1d0Copy full SHA for 1fad1d0
Justfile
@@ -209,4 +209,4 @@ build-fuzzers: (build-fuzzer "fuzz_guest_call") (build-fuzzer "fuzz_host_call")
209
210
# Builds the given fuzzer
211
build-fuzzer fuzz-target:
212
- cargo +nightly fuzz build {{ fuzz-target }} --release
+ cargo +nightly fuzz build {{ fuzz-target }}
0 commit comments