From 7dbb94bab2f38fd6a574a8ad4df204a287bd08ae Mon Sep 17 00:00:00 2001 From: paboyle Date: Thu, 7 Jul 2016 22:51:37 +0100 Subject: [PATCH] Update --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7c87dabc..958f20ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -88,7 +88,7 @@ script: - ../configure CXXFLAGS="-msse4.2 -O3 -std=c++11" LIBS="-lmpfr -lgmp" --enable-precision=single --enable-simd=SSE4 --enable-comms=none - make -j4 - ./benchmarks/Benchmark_dwf --threads 1 - - make clean + - echo make clean - ../configure CXXFLAGS="-msse4.2 -O3 -std=c++11" LIBS="-lmpfr -lgmp" --enable-precision=double --enable-simd=SSE4 --enable-comms=none - make -j4 - ./benchmarks/Benchmark_dwf --threads 1