From: Fabian Fichter Date: Sun, 18 Jul 2021 13:30:52 +0000 (+0200) Subject: Merge official-stockfish/master X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=c44fddec56e25065dbf8a2078c051abe3d3093df;p=fairystockfish.git Merge official-stockfish/master bench: 6141390 --- c44fddec56e25065dbf8a2078c051abe3d3093df diff --cc src/Makefile index 54d2430,33a270f..074e98f --- a/src/Makefile +++ b/src/Makefile @@@ -86,13 -86,12 +88,17 @@@ endi # Note that Makefile is space sensitive, so when adding new architectures # or modifying existing flags, you have to make sure there are no extra spaces # at the end of the line for flag values. + # + # Example of use for these flags: + # make build ARCH=x86-64-avx512 debug=on sanitize="address undefined" + ### 2.1. General and architecture defaults +largeboards = no +all = no +precomputedmagics = yes +nnue = no +load_net = $(if $(filter $(nnue),yes),net) ifeq ($(ARCH),) ARCH = x86-64-modern