You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hey,
We're seeing some noise in our build because of some invalid C/C++ flags being propagated to our own build.
editing this file in two places seems to resolve this
The text was updated successfully, but these errors were encountered: