From 6ed54bd24f3c219517c61a64c3bd17ff82cc9591 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 7 Dec 2017 10:06:19 +0300 Subject: [PATCH] Travis CI: Test with a bigger number of threads (32) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 567143b..12ae1a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -95,7 +95,7 @@ matrix: compiler: clang-4.0 dist: trusty env: - - CFLAGS_EXTRA="-O3 -march=native -std=c11" + - CFLAGS_EXTRA="-O3 -march=native -std=c11 -D DEFAULT_NTHREADS=32" - os: linux addons: apt: -- 2.7.4