From 34059c62ac32307b1ec234e95f7c90de80990c28 Mon Sep 17 00:00:00 2001 From: Edward Hartnett Date: Mon, 27 Jul 2020 13:35:32 -0600 Subject: [PATCH] turned on asan for C --- .github/workflows/strict_autotools.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/strict_autotools.yml b/.github/workflows/strict_autotools.yml index fcf42ef17b8..f742cab98e9 100644 --- a/.github/workflows/strict_autotools.yml +++ b/.github/workflows/strict_autotools.yml @@ -39,10 +39,8 @@ jobs: - name: configure run: ./configure env: -# CFLAGS: "-std=c99 -fsanitize=address -fno-omit-frame-pointer -Werror" + CFLAGS: "-std=c99 -fsanitize=address -fno-omit-frame-pointer -Werror" # FFLAGS: "-fsanitize=address -fno-omit-frame-pointer" # FCFLAGS: "-fsanitize=address -fno-omit-frame-pointer -Werror" - - name: make - run: make - - name: make -j distcheck - run: make -j distcheck + - name: make -j distcheck + run: make -j distcheck