X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.ac;h=42f3f8c4cf215728ff9bbefbfabf34f51c5d5abd;hb=73dc3a91efd58da0b1fcce6c48a12361be71cd03;hp=926f7f18a6eaa7ebe6358779bd1e9dfcf3244819;hpb=cb4ec411aa1c818e5e8ac14e8cc31b3d4b87a546;p=gnushogi.git diff --git a/configure.ac b/configure.ac index 926f7f1..42f3f8c 100644 --- a/configure.ac +++ b/configure.ac @@ -58,13 +58,13 @@ AC_CHECK_LIB(termcap, tgoto) if [[ $ac_cv_c_compiler_gnu = yes ]] then WARNINGS="-Wall -Wno-implicit-int -Wstrict-prototypes -ansi -pedantic" -CEXTRAFLAGS="-fsigned-char -funroll-loops \$(HASH)" +CEXTRAFLAGS="-fsigned-char -funroll-loops" # For profiling targets: -CEXTRAFLAGS2="-fsigned-char -pg -fprofile-arcs -ftest-coverage \$(HASH)" +CEXTRAFLAGS2="-fsigned-char -pg -fprofile-arcs -ftest-coverage" else # Who knows what warnings your compiler uses? WARNINGS= -CEXTRAFLAGS="\$(HASH)" +CEXTRAFLAGS= fi AC_SUBST(WARNINGS)