Skip to content

Commit

Permalink
turning on -Wall for strict autotools build
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 20, 2020
1 parent aa9f62c commit fb4052a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/strict_autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fb4052a

Please sign in to comment.