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
cmake: treat warnings as errors for assembly stage
CONFIG_COMPILER_WARNINGS_AS_ERRORS=y promotes compiler warnings to
errors.
However, on GCC warnings generated by the assembler during the assembly
step requires `-Wa,--fatal-warnings` in order to be correctly treated
as errors.
Specify `-Wa,--fatal-warnings` in addition to `-Werror` for GCC.
Signed-off-by: Torsten Rasmussen <[email protected]>
0 commit comments