Skip to content

Commit 8e0961a

Browse files
author
Vincent Ulitzsch
committed
Fix compiler flags for ProfileWithGrcov build option
This commit replaces the -Zno-landing-pads with the -C panic=unwind, as the -Zno-landing-pdas is deprecated.
1 parent d6aba6f commit 8e0961a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/cargo-hfuzz.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ fn hfuzz_build<T>(args: T, crate_root: &Path, build_type: &BuildType) where T: s
162162
rustflags.push_str("\
163163
--cfg fuzzing_debug \
164164
-Zprofile \
165-
-Zno-landing-pads \
165+
-Cpanic=abort \
166166
-C opt-level=0 \
167167
-C debuginfo=2 \
168168
-Ccodegen-units=1 \

0 commit comments

Comments
 (0)