clang++ -O3 -march=native -fno-finite-math-only -funroll-loops -flto -fuse-ld=lld -std=c++20 -DNDEBUG -static -pthread -DEVALFILE=\"/home/openbench/n9x/Client/Networks/F1534CB5\" -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-AF7D34A1-F1534CB5
src/nnue.cpp:31:17: warning: Using AVX512 NNUE inference [-W#pragma-messages]
   31 |         #pragma message("Using AVX512 NNUE inference")
      |                 ^
1 warning generated.
ld.lld: error: unable to find library -lstdc++
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-AF7D34A1-F1534CB5] Error 1