From fb4052a00045c4dc1099fedfebcce0777d7adfb2 Mon Sep 17 00:00:00 2001 From: Edward Hartnett Date: Thu, 20 Aug 2020 05:48:28 -0600 Subject: [PATCH] turning on -Wall for strict autotools build --- .github/workflows/strict_autotools.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/strict_autotools.yml b/.github/workflows/strict_autotools.yml index a0068234437..54389c1ac70 100644 --- a/.github/workflows/strict_autotools.yml +++ b/.github/workflows/strict_autotools.yml @@ -54,5 +54,8 @@ jobs: - name: make -j distcheck run: | set -x + export CFLAGS="-std=c99 -fsanitize=address -fno-omit-frame-pointer -Werror -Wall" + export FFLAGS="-fsanitize=address -fno-omit-frame-pointer -Werror -Wall" + export FCFLAGS="-fsanitize=address -fno-omit-frame-pointer -Werror -Wall" export DISTCHECK_CONFIGURE_FLAGS="--enable-fortran" make -j distcheck