Skip to content

Commit

Permalink
Fixed travis build so address sanitizer build is optimised, as advert…
Browse files Browse the repository at this point in the history
…ised
  • Loading branch information
jkbonfield authored and valeriuo committed Jul 3, 2019
1 parent 23a0e42 commit d740375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ language: c

matrix:
include:
# An optimised build with address, leak and undefined behavior checking
# An optimised build with address and leak checking
- os: linux
compiler: clang
sudo: required
env: CFLAGS="-fsanitize=address" LDFLAGS="-fsanitize=address"
env: CFLAGS="-g -Wall -O3 -fsanitize=address" LDFLAGS="-fsanitize=address"
- os: linux
compiler: gcc-8
addons:
Expand Down

0 comments on commit d740375

Please sign in to comment.