Skip to content

Commit

Permalink
enable LLVM assertions on Travis
Browse files Browse the repository at this point in the history
backport of 9db07be
ref #16151
  • Loading branch information
tkelman committed Jun 17, 2016
1 parent e80d56f commit 3884d7c
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 @@ -51,7 +51,7 @@ before_install:
- make check-whitespace
- if [ `uname` = "Linux" ]; then
contrib/travis_fastfail.sh || exit 1;
BUILDOPTS="-j3 VERBOSE=1 FORCE_ASSERTIONS=1";
BUILDOPTS="-j3 VERBOSE=1 FORCE_ASSERTIONS=1 LLVM_ASSERTIONS=1";
if [ "$ARCH" = "i686" ]; then
export BUILDOPTS="$BUILDOPTS MARCH=pentium4";
else
Expand Down

0 comments on commit 3884d7c

Please sign in to comment.