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