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-56C52E7C
src/nnue.cpp:5:10: fatal error: 'format' file not found
#include <format>
^~~~~~~~
1 error generated.
make: *** [Makefile:20: Tarnished-56C52E7C] Error 1