X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=.travis.yml;h=c4f68ae56a3b15ba97cbfcf277d593ee6e8f4d08;hb=ea5505821dabb70eb01cc25f7b4489b0fdc17d2b;hp=ea5bda1d2bb15e915642ad191f00ef30f8d55385;hpb=2089c414dad595430432632cfe606b2cd6d701ab;p=stockfish diff --git a/.travis.yml b/.travis.yml index ea5bda1d..c4f68ae5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,7 +63,7 @@ script: # # Valgrind # - - export CXXFLAGS=-O1 + - export CXXFLAGS="-O1 -fno-inline" - if [ -x "$(command -v valgrind )" ]; then make clean && make -j2 ARCH=x86-64 debug=yes optimize=no build > /dev/null && ../tests/instrumented.sh --valgrind; fi - if [ -x "$(command -v valgrind )" ]; then ../tests/instrumented.sh --valgrind-thread; fi #