Skip to content

Commit

Permalink
Merge pull request ESMCI#1374 from NCAR/ejh_travis_asan
Browse files Browse the repository at this point in the history
turning on asan for cmake build in travis
  • Loading branch information
edhartnett authored Mar 25, 2019
2 parents 0140312 + 7b9cc47 commit 42ec250
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 @@ -42,9 +42,9 @@ env:
script:
- autoreconf -i
- export CFLAGS='-std=c99 -fsanitize=address -fno-omit-frame-pointer'
- export FFLAGS='-std=c99 -fsanitize=address -fno-omit-frame-pointer'
- ./configure
- make -j distcheck
- export CFLAGS='-std=c99'
- rm -rf build
- mkdir build
- cd build
Expand Down

0 comments on commit 42ec250

Please sign in to comment.