clang++ -O3 -march=native -ffast-math -fno-finite-math-only -funroll-loops -flto -fuse-ld=lld -std=c++20 -static -DNDEBUG -pthread -fuse-ld=lld src/*.cpp -o Tarnished-9A92D3D8
src/nnue.cpp:5:10: fatal error: 'format' file not found
#include <format>
^~~~~~~~
1 error generated.
make: *** [Makefile:20: Tarnished-9A92D3D8] Error 1