From cb084bcba38c73b8069c7856a09edacc0f6a0d96 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Mon, 9 Dec 2024 15:29:29 +0100 Subject: [PATCH] more tests/warnings during compile step --- compile_cyg_make_short_check_64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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