diff --git a/compile_cyg_make_short_check_64.sh b/compile_cyg_make_short_check_64.sh index 7dd1ce342..081f5330d 100644 --- a/compile_cyg_make_short_check_64.sh +++ b/compile_cyg_make_short_check_64.sh @@ -29,7 +29,7 @@ echo cd release64_cyg if [ $? -ne 0 ]; then echo "cd release64_cyg failed"; exit 1 ; fi echo -../configure --with-x=yes --enable-cider --enable-shortcheck CFLAGS="-O2 -m64" LDFLAGS="-s -m64" +../configure --with-x=yes --enable-cider --enable-shortcheck CFLAGS="-O2 -m64 -Wall -Wextra" LDFLAGS="-s -m64" if [ $? -ne 0 ]; then echo "../configure failed"; exit 1 ; fi