We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2acc88 commit 7c96066Copy full SHA for 7c96066
1 file changed
configure.ac
@@ -65,6 +65,7 @@ AM_CONDITIONAL(BUILD_LIB, test "$have_library" = "yes")
65
AC_ARG_ENABLE(rimage, [AS_HELP_STRING([--enable-rimage],[build rimage tool])], have_rimage=$enableval, have_rimage=no)
66
if test "$have_rimage" = "yes"; then
67
AC_DEFINE([CONFIG_RIMAGE], [1], [Configure to build rimage])
68
+ AM_CFLAGS="-O2 -g -Wall -Werror -Wl,-EL -Wmissing-prototypes"
69
fi
70
AM_CONDITIONAL(BUILD_RIMAGE, test "$have_rimage" = "yes")
71
0 commit comments