From 7faae7fe0d4898fb97f9996d9904ea72648e4f6b Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Mon, 28 Mar 2016 13:00:30 -0700 Subject: Pass -Wall -Wextra when building on linux32. We want to be warning-free, so this should be the default, not just debug builds. It already is on most other targets. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 25c2dd66..86851b92 100644 --- a/configure.ac +++ b/configure.ac @@ -133,7 +133,7 @@ else case $host in *86-*-linux*) DEBUG="-g -Wall -Wextra -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char" - CFLAGS="-O3 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char" + CFLAGS="-O3 -Wall -Wextra -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char" # PROFILE="-Wall -Wextra -pg -g -O3 -ffast-math -D_REENTRANT -fsigned-char -fno-inline -static" PROFILE="-Wall -Wextra -pg -g -O3 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -fno-inline" -- cgit v1.2.1