We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c96066 commit 8c907e9Copy full SHA for 8c907e9
1 file changed
configure.ac
@@ -110,9 +110,9 @@ case "$with_arch" in
110
ARCH_CFLAGS="-g"
111
112
# automake FLAGS defined here
113
- AM_CFLAGS="-O3"
+ AM_CFLAGS="-O3 -Wall -Werror -Wl,-EL -Wmissing-prototypes"
114
AM_LDFLAGS="-lpthread"
115
- AM_CCASFLAGS="-O3"
+ AM_CCASFLAGS="-O3 -Wall -Werror -Wl,-EL -Wmissing-prototypes"
116
117
ARCH="host"
118
AC_SUBST(ARCH)
0 commit comments