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 7e60ee1 commit d1f00bbCopy full SHA for d1f00bb
cargo-afl/src/main.rs
@@ -286,8 +286,7 @@ where
286
-C overflow_checks \
287
-C codegen-units=1 \
288
-C opt-level={opt_level} \
289
- -C target-cpu=native \
290
- -C link-arg=-Wl,-znostart-stop-gc ",
+ -C target-cpu=native ",
291
);
292
let mut environment_variables = HashMap::<&str, String>::new();
293
environment_variables.insert("ASAN_OPTIONS", asan_options);
0 commit comments