We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5796a2 commit eb80e70Copy full SHA for eb80e70
cargo-afl/src/main.rs
@@ -338,13 +338,6 @@ where
338
rustflags.push_str("--cfg fuzzing ");
339
}
340
341
- if cfg!(target_os = "linux") {
342
- // work around https://github.com/rust-fuzz/afl.rs/issues/141 /
343
- // https://github.com/rust-lang/rust/issues/53945, can be removed once
344
- // those are fixed.
345
- rustflags.push_str("-Clink-arg=-fuse-ld=gold ");
346
- }
347
-
348
// RUSTFLAGS are not used by rustdoc, instead RUSTDOCFLAGS are used. Since
349
// doctests will try to link against afl-llvm-rt, set up RUSTDOCFLAGS to
350
// have doctests built the same as other code to avoid issues with doctests.
0 commit comments