X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.ac;h=b13f537ef02cbf9646fde26eb84722893c3b9c55;hb=8b99a4438f25882af1613c98911b984e2a49013e;hp=42f3f8c4cf215728ff9bbefbfabf34f51c5d5abd;hpb=73dc3a91efd58da0b1fcce6c48a12361be71cd03;p=gnushogi.git diff --git a/configure.ac b/configure.ac index 42f3f8c..b13f537 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"