Skip to content

Commit

Permalink
fixed warning, turned of -Werror for fortran to try and get github wo…
Browse files Browse the repository at this point in the history
…rkflow building
  • Loading branch information
edwardhartnett committed Aug 20, 2020
1 parent c76f148 commit 41b62fb
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/strict_autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,13 @@ jobs:
- name: autoreconf
run: autoreconf -i
- name: configure
- name: build
run: |
set -x
export CFLAGS="-std=c99 -fsanitize=address -fno-omit-frame-pointer -Wall"
export FFLAGS="-fsanitize=address -fno-omit-frame-pointer -Wall"
export FCFLAGS="-fsanitize=address -fno-omit-frame-pointer -Wall"
./configure
- name: make -j distcheck
run: |
set -x
export CFLAGS="-std=c99 -fsanitize=address -fno-omit-frame-pointer -Wall"
export FFLAGS="-fsanitize=address -fno-omit-frame-pointer -Wall"
export FCFLAGS="-fsanitize=address -fno-omit-frame-pointer -Wall"
export CFLAGS="-std=c99 -Wall"
export FFLAGS="-Wall"
export FCFLAGS="-Wall"
export DISTCHECK_CONFIGURE_FLAGS="--enable-fortran"
./configure
make -j distcheck

0 comments on commit 41b62fb

Please sign in to comment.