X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2FMakefile;h=2d6042e20226acd4cbf5bbef9a008e080c6957f3;hp=8b9b16e470ca05d3a598692154b9b77be87088b6;hb=7ede1ed0716744270544dcb1ee71ca907c6d9c23;hpb=e4c1f8759dbda05687b4a503453658e3ad5ec679 diff --git a/src/Makefile b/src/Makefile index 8b9b16e4..2d6042e2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -481,7 +481,7 @@ config-sanity: @echo "Testing config sanity. If this fails, try 'make help' ..." @echo "" @test "$(debug)" = "yes" || test "$(debug)" = "no" - @test "$(sanitize)" = "undefined" || test "$(sanitize)" = "thread" || test "$(sanitize)" = "no" + @test "$(sanitize)" = "undefined" || test "$(sanitize)" = "thread" || test "$(sanitize)" = "address" || test "$(sanitize)" = "no" @test "$(optimize)" = "yes" || test "$(optimize)" = "no" @test "$(arch)" = "any" || test "$(arch)" = "x86_64" || test "$(arch)" = "i386" || \ test "$(arch)" = "ppc64" || test "$(arch)" = "ppc" || test "$(arch)" = "armv7"