The flag is still ignored but this way we properly deprecate
at compile time without raising an unexpected criticals at runtime in g_regex_new
:
g_regex_new: assertion '(compile_options & ~G_REGEX_COMPILE_MASK) == 0' failed
and then failing to create the regex completely.
Fixes 8d5a44dc ("replace pcre1 with pcre2")