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
Adding -Werror to CFLAGS is a bit tricky, because setting it in the
CFLAGS sent to configure will cause all kinds of tests in configure
to fail. So instead, we use a configure argument and update
CFLAGS at the very end of configure.
Signed-off-by: Brian Barrett <bbarrett@amazon.com>
[Enable -Werror to convert warnings to errors. Note that 3rd-party packages will not be built with -Werror (unless they also support the --enable-werror configure option)])])
0 commit comments