Skip to content

Commit d1f00bb

Browse files
committed
update afl++
1 parent 7e60ee1 commit d1f00bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cargo-afl/src/main.rs

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

0 commit comments

Comments
 (0)