Commit 553dc0a8 authored by Andrii Senkovych's avatar Andrii Senkovych

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

parent aa0fdd3b
...@@ -21,6 +21,7 @@ before_install: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment