Skip to content

Commit

Permalink
Disable asan in gcc-7 build in .travis.yml
Browse files Browse the repository at this point in the history
Disabled because it works too slow for travis.
  • Loading branch information
4144 committed Jun 16, 2020
1 parent 0dfeb4a commit d20b5cf
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 @@ -122,7 +122,7 @@ jobs:
- gdb
- gcc-6
- compiler: gcc
env: LDFLAGS="-fuse-ld=gold" CONFIGURE_FLAGS="--enable-debug --enable-sanitize=full CC=gcc-7 --disable-manager --disable-renewal --enable-Werror --enable-buildbot"
env: CONFIGURE_FLAGS="--enable-debug --disable-manager --disable-renewal --enable-Werror --enable-buildbot"
addons:
apt:
sources:
Expand Down

0 comments on commit d20b5cf

Please sign in to comment.