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
Cross-compilation toolchains may not support `-fcf-protection=full`
which can cause build failures. This patch fixes the issue by checking
if the compiler emits an error when the option is uses instead of using
compiler version ranges.
0 commit comments