Skip to content

Commit

Permalink
Add a workaround for valgrind bug. Refs: Tencent#171, Tencent#240
Browse files Browse the repository at this point in the history
  • Loading branch information
jollyroger committed Feb 19, 2015
1 parent aa0fdd3 commit 553dc0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ before_install:
install: true

before_script:
- sed -i 's/march=native/msse4.2/' CMakeLists.txt
- mkdir build
- >
(cd build && cmake
Expand Down

0 comments on commit 553dc0a

Please sign in to comment.