]> git.sesse.net Git - stockfish/commitdiff
Speed up Trevis CI
authorMarco Costalba <mcostalba@gmail.com>
Wed, 16 Aug 2017 09:28:54 +0000 (02:28 -0700)
committerMarco Costalba <mcostalba@gmail.com>
Fri, 18 Aug 2017 10:07:41 +0000 (03:07 -0700)
Avoid a couple of redundant rebuilds and compile
with 2 threads since travis gives 2vCPUs.

Also enable -O1 optimization for valgrind and
sanitizers, it should be safe withouth false
positives and it gives a very sensible speed
up, especially with valgrind.

The spee dup allow us to increase testing to
depth 10, useful for thread sanitizer.

No functional change.


No differences found