From 429b3dcfab258fd4c0b42f5ba3e97e228e5ef87e Mon Sep 17 00:00:00 2001 From: "Philipp A. Hartmann" Date: Tue, 10 Mar 2015 20:26:26 +0100 Subject: [PATCH] .travis.yml: move comment of workaround for #163 --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fcba9da..f0a62eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,8 @@ before_install: install: true before_script: +# hack to avoid Valgrind bug (https://bugs.kde.org/show_bug.cgi?id=326469), +# exposed by merging PR#163 (using -march=native) - sed -i 's/march=native/msse4.2/' CMakeLists.txt - mkdir build - > @@ -32,9 +34,6 @@ before_script: -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=$CONF -DCMAKE_C_FLAGS="$ARCH_FLAGS" ..) -# hack to avoid Valgrind bug (https://bugs.kde.org/show_bug.cgi?id=326469), -# exposed by merging PR#163 (using -march=native) -# - (cd build/gmake && sed -i 's/march=native/msse4.2/' *.make) script: - cd build