Add a workaround for valgrind bug. Refs: #171, #240

This commit is contained in:
Andrii Senkovych 2015-02-19 18:09:14 +02:00
parent aa0fdd3b0d
commit 553dc0a8b0

View File

@ -21,6 +21,7 @@ before_install:
install: true install: true
before_script: before_script:
- sed -i 's/march=native/msse4.2/' CMakeLists.txt
- mkdir build - mkdir build
- > - >
(cd build && cmake (cd build && cmake