Skip to content

Commit 7e60ee1

Browse files
committed
znostart-stop-gc
1 parent 729399d commit 7e60ee1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cargo-afl/src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,8 @@ where
286286
-C overflow_checks \
287287
-C codegen-units=1 \
288288
-C opt-level={opt_level} \
289-
-C target-cpu=native ",
289+
-C target-cpu=native \
290+
-C link-arg=-Wl,-znostart-stop-gc ",
290291
);
291292
let mut environment_variables = HashMap::<&str, String>::new();
292293
environment_variables.insert("ASAN_OPTIONS", asan_options);

0 commit comments

Comments
 (0)