Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
R9295 authored and smoelius committed Nov 20, 2024
1 parent 1fbb659 commit 773b878
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cargo-afl/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,8 @@ where
-Z llvm-plugins={p}/split-switches-pass.so \
-Z llvm-plugins={p}/SanitizerCoveragePCGUARD.so \
-Z llvm-plugins={p}/cmplog-instructions-pass.so \
-Z llvm-plugins={p}/cmplog-routines-pass.so"
-Z llvm-plugins={p}/cmplog-routines-pass.so \
"
));

environment_variables.insert("AFL_QUIET", "1".to_string());
Expand Down

0 comments on commit 773b878

Please sign in to comment.