This commit is contained in:
vanhauser-thc
2023-01-23 12:50:57 +01:00
parent 8bc7b3cf26
commit 4063a3eb4c
2 changed files with 5 additions and 1 deletions

View File

@ -1052,7 +1052,7 @@ static void edit_params(u32 argc, char **argv, char **envp) {
if (compiler_mode == GCC_PLUGIN || compiler_mode == GCC) {
cc_params[cc_par_cnt++] = "-fcf-protection";
cc_params[cc_par_cnt++] = "-fcf-protection=full";
} else {