]> git.sesse.net Git - stockfish/commit
Makefile: Extend sanitize support
authorGuy Vreuls <guyvreuls@gmail.com>
Thu, 3 Jun 2021 14:46:05 +0000 (16:46 +0200)
committerStéphane Nicolet <cassio@free.fr>
Sat, 5 Jun 2021 09:38:28 +0000 (11:38 +0200)
commit3802cdf9b69dd0a8256dbed7c25141ac5757d151
tree3d238c5c8e0d2b4b35c1e2604a797aecdbe15ab8
parent98cbaa6c6b07ea594501ed7a53ea83feb7c8ea9c
Makefile: Extend sanitize support

Enable compiling with multiple sanitizers at once.

Syntax:
make build ARCH=x86-64-avx512 debug=on sanitize="address undefined"

closes https://github.com/official-stockfish/Stockfish/pull/3524

No functional change.
src/Makefile