[Bug driver/100937] configure: Add --enable-default-semantic-interposition
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jun 7 08:28:41 GMT 2021
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100937
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Agreed this is a very bad idea. Users can always pick options they want
explicitly, but changing such options' defaults will mean nothing will be able
to rely on the default and so everything that will need semantic interposition
will all of sudden need to start using -fsemantic-interposition.
More information about the Gcc-bugs
mailing list