https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108743
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> --- (In reply to Pierre Ossman from comment #5) > Could you consider adding -fconstant-cfstrings as an alias? It would make > life easier for making build systems compiler agnostic. As it is a machine specific option, -mconstant-cfstrings is right, if it was a generic option, -f* would make sense, but it is not. If the option is MacOS specific in clang too, then they just misnamed the option.