Skip to content

How can I compile the latest Stockfish from its source codes without embedded NNUE? #3319

Answered by ianfab
hamzainaan asked this question in Q&A
Discussion options

You must be logged in to vote

You need to enable NNUE_EMBEDDING_OFF, see

#if !defined(_MSC_VER) && !defined(NNUE_EMBEDDING_OFF)
INCBIN(EmbeddedNNUE, EvalFileDefaultName);
i.e., add -DNNUE_EMBEDDING_OFF to the CXXFLAGS.

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@hamzainaan
Comment options

Comment options

You must be logged in to vote
3 replies
@hamzainaan
Comment options

@mrdcvlsc
Comment options

@vondele
Comment options

Answer selected by hamzainaan
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants