Skip to content

Commit

Permalink
turned on address sanitizer in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Mar 22, 2019
1 parent 154dc95 commit 7e799c7
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 @@ -36,7 +36,7 @@ env:
- CC=mpicc
- FC=mpif90
- CPPFLAGS='-I/usr/include'
- CFLAGS='-std=c99'
- CFLAGS='-std=c99 -fsanitize=address -fno-omit-frame-pointer'
- LDFLAGS='-L/usr/lib'

script:
Expand Down

0 comments on commit 7e799c7

Please sign in to comment.