Skip to content

Commit b6ec573

Browse files
committed
update afl++
1 parent 41312b3 commit b6ec573

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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)