diff --git a/util/pairwise-construct.jq b/util/pairwise-construct.jq index 44c6553c52..b81b1a21b6 100755 --- a/util/pairwise-construct.jq +++ b/util/pairwise-construct.jq @@ -12,7 +12,7 @@ # information regarding copyright ownership. .[] - | select((.section == "user") and (.name | IN("rcu-flavor", "geoip", "fuzzing", "doh", "fuzzing-backend", "oss-fuzz-args", "fips", "trace-logging") | not)) + | select((.section == "user") and (.name | IN("rcu-flavor", "fuzzing", "fuzzing-backend", "oss-fuzz-args", "fips", "trace-logging") | not)) | ["\(.name):", "-D\(.name)=\(.choices[]),"] | join(" ") | .[:-1]