clang++ -O3 -march=native -fno-finite-math-only -funroll-loops -flto -fuse-ld=lld -std=c++20 -static -DNDEBUG -pthread -DEVALFILE=\"/home/opc/OpenBench/Client/Networks/41CEE92A\" -fuse-ld=lld src/datagen.cpp src/main.cpp src/movepicker.cpp src/nnue.cpp src/parameters.cpp src/search.cpp src/searcher.cpp src/util.cpp -o Tarnished-82BE2368-41CEE92A
src/nnue.cpp:43:17: warning: Using AVX2 NNUE inference [-W#pragma-messages]
43 | #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:35: Tarnished-82BE2368-41CEE92A] Error 1