-
Notifications
You must be signed in to change notification settings - Fork 1
Compiling
Chris Bao edited this page Dec 18, 2025
·
2 revisions
The default command is make (-j). EXE= can be used to specify the name of the output. CXX= can be used to specify the compiler, where clang++ and g++ are supported. Currently, g++ will likely produce a slower executable.
Compilation requires a NNUE file, whose path is given by EVALFILE=. See the NNUE section for more details.