X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.ac;h=146e17aeedc0490fbc6f1a50502052cec3e2ae28;hb=b25be4481e49ce9e343ed301ab57be999e583083;hp=923ec35e4254788a6aca9a179e250554be316e9e;hpb=f0f49ca1e9c2988e14ed7ea56e4d9a7666089691;p=gnushogi.git diff --git a/configure.ac b/configure.ac index 923ec35..146e17a 100644 --- a/configure.ac +++ b/configure.ac @@ -57,7 +57,7 @@ AC_CHECK_LIB([termcap], [tgoto]) if [[ $ac_cv_c_compiler_gnu = yes ]] then -WARNINGS="-Wall -Wno-implicit-int -Wstrict-prototypes -ansi -pedantic" +WARNINGS="-Wall -Wno-implicit-int -Wstrict-prototypes -ansi" CEXTRAFLAGS="-fsigned-char -funroll-loops" # For profiling targets: CEXTRAFLAGS2="-fsigned-char -pg -fprofile-arcs -ftest-coverage"