X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=scripts%2Fgen_github_workflow_ci.php;fp=scripts%2Fgen_github_workflow_ci.php;h=7cbbdfb056640a729137a915bd3d9db77bfc2d53;hp=9e561ce84fbb7ae0c178cb48f4c181bb661b47e8;hb=c3004110f47208a7739e93e075aac5597cfa3f04;hpb=b0bae0dc93e8340805401e831eed1e431088dafe diff --git a/scripts/gen_github_workflow_ci.php b/scripts/gen_github_workflow_ci.php index 9e561ce..7cbbdfb 100755 --- a/scripts/gen_github_workflow_ci.php +++ b/scripts/gen_github_workflow_ci.php @@ -39,8 +39,8 @@ $job = $gen->github([ ], "cur-cov" => [ // once everything enabled for current, with coverage - "CFLAGS" => "'-O0 -g --coverage'", - "CXXFLAGS" => "'-O0 -g --coverage'", + "CFLAGS" => "-O0 -g --coverage", + "CXXFLAGS" => "-O0 -g --coverage", "PHP" => $cur, "enable_iconv" => "yes", [