diff options
-rw-r--r-- | src/afl-cc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/afl-cc.c b/src/afl-cc.c index cae6d949..4c377ad1 100644 --- a/src/afl-cc.c +++ b/src/afl-cc.c @@ -822,6 +822,8 @@ static void edit_params(u32 argc, char **argv, char **envp) { } + if (compiler_mode == GCC_PLUGIN && !strcmp(cur, "-pipe")) { continue; } + if (!strcmp(cur, "-z") || !strcmp(cur, "-Wl,-z")) { u8 *param = *(argv + 1); |