Merge pull request #866 from AFLplusplus/tmp

removed -lc++ linking for lto
This commit is contained in:
van Hauser 2021-04-08 14:35:16 +02:00 committed by GitHub
commit 43ca2d3113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -430,9 +430,6 @@ static void edit_params(u32 argc, char **argv, char **envp) {
cc_params[cc_par_cnt++] = "-Wno-unused-command-line-argument";
if (lto_mode && plusplus_mode)
cc_params[cc_par_cnt++] = "-lc++"; // needed by fuzzbench, early
if (lto_mode && have_instr_env) {
cc_params[cc_par_cnt++] = "-Xclang";