X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=.travis.yml;h=c4f68ae56a3b15ba97cbfcf277d593ee6e8f4d08;hp=ea5bda1d2bb15e915642ad191f00ef30f8d55385;hb=d2acdac1012cfbd8563fbe70157b2adbb05b2002;hpb=70880b8e247c94d0a16a2fb50b41827726e00742;ds=sidebyside 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 #