fatal: not a git repository (or any of the parent directories): .git
clang++ -O3 -march=native -fno-finite-math-only -funroll-loops -flto -std=c++20 -DNDEBUG -static -fuse-ld=lld -DEVALFILE=\"/home/opc/OpenBench/Client/Networks/35B74CC5\" ./src/accumulator.cpp ./src/board.cpp ./src/datagen.cpp ./src/move.cpp ./src/movegen.cpp ./src/nnue.cpp ./src/Prelude.cpp ./src/search.cpp ./src/searcher.cpp ./src/tb.cpp ./src/thread.cpp ./external/fmt/format.cc ./external/Pyrrhic/tbprobe.cpp -o Prelude-B0959AFF-35B74CC5
./src/nnue.cpp:54:17: warning: Using AVX2 NNUE inference [-W#pragma-messages]
54 | #pragma message("Using AVX2 NNUE inference")
| ^
1 warning generated.
ld.lld: error: unable to find library -lm
ld.lld: error: unable to find library -lc
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [makefile:50: Prelude-B0959AFF-35B74CC5] Error 1