mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-26 03:56:50 +08:00
Small improvements to the CI infrastructure
- avoid inlining for the debug testing so that suppressions work - provide more output for triggered errors No functional change.
This commit is contained in:
committed by
Stéphane Nicolet
parent
70880b8e24
commit
d2acdac101
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user