X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=.travis.yml;h=c4f68ae56a3b15ba97cbfcf277d593ee6e8f4d08;hp=ea5bda1d2bb15e915642ad191f00ef30f8d55385;hb=66818f2e85732644708e23b3f2c2e544abfbc3b0;hpb=2089c414dad595430432632cfe606b2cd6d701ab 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 #