Skip to content

Commit 1fad1d0

Browse files
committed
Build fuzzing targets with debuginfo
Signed-off-by: Mark Rossett <[email protected]>
1 parent 9cb0174 commit 1fad1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,4 +209,4 @@ build-fuzzers: (build-fuzzer "fuzz_guest_call") (build-fuzzer "fuzz_host_call")
209209

210210
# Builds the given fuzzer
211211
build-fuzzer fuzz-target:
212-
cargo +nightly fuzz build {{ fuzz-target }} --release
212+
cargo +nightly fuzz build {{ fuzz-target }}

0 commit comments

Comments
 (0)