Skip to content

Commit

Permalink
Merge pull request ESMCI#1548 from NCAR/ejh_travis_4
Browse files Browse the repository at this point in the history
turning on -Werror in FCFLAGS
  • Loading branch information
edhartnett authored Jun 27, 2019
2 parents b8b52b9 + c646399 commit f3bd166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ script:
- autoreconf -i
- export CFLAGS='-std=c99 -fsanitize=address -fno-omit-frame-pointer -Werror'
- export FFLAGS='-fsanitize=address -fno-omit-frame-pointer'
- export FCFLAGS='-fsanitize=address -fno-omit-frame-pointer'
- export FCFLAGS='-fsanitize=address -fno-omit-frame-pointer -Werror'
- export DISTCHECK_CONFIGURE_FLAGS='--enable-fortran'
- ./configure --enable-fortran --enable-developer-docs
- make -j distcheck
Expand Down

0 comments on commit f3bd166

Please sign in to comment.