about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--llvm_mode/afl-clang-fast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm_mode/afl-clang-fast.c b/llvm_mode/afl-clang-fast.c
index c1b11a04..bd2c5490 100644
--- a/llvm_mode/afl-clang-fast.c
+++ b/llvm_mode/afl-clang-fast.c
@@ -377,7 +377,7 @@ static void edit_params(u32 argc, char **argv, char **envp) {
     }
 
     if (!have_pic) cc_params[cc_par_cnt++] = "-fPIC";
-    if (!have_shared && (have_s || have_c)) cc_params[cc_par_cnt++] = "-shared";
+    // if (!have_shared && (have_s || have_c)) cc_params[cc_par_cnt++] = "-shared";
 
   }