Werror invalid flag propagation
PhilipDeegan opened this issue · 0 comments
PhilipDeegan commented
Hey,
We're seeing some noise in our build because of some invalid C/C++ flags being propagated to our own build.
cc1plus: error: command-line option ‘-fallow-invalid-boz’ is valid for Fortran but not for C++ [-Werror]
cc1plus: error: command-line option ‘-fallow-argument-mismatch’ is valid for Fortran but not for C++ [-Werror]
editing this file in two places seems to resolve this