]> git.sesse.net Git - stockfish/blobdiff - .travis.yml
Small improvements to the CI infrastructure
[stockfish] / .travis.yml
index ea5bda1d2bb15e915642ad191f00ef30f8d55385..c4f68ae56a3b15ba97cbfcf277d593ee6e8f4d08 100644 (file)
@@ -63,7 +63,7 @@ script:
   #
   # Valgrind
   #
   #
   # 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
   #
   - 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
   #