clang++ -O3 -march=native -fno-finite-math-only -funroll-loops -flto -fuse-ld=lld -std=c++20 -DNDEBUG -static -pthread -DEVALFILE=\"/home/lily/n9x/Client/Networks/63DA2483\" -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-A1A91060-63DA2483
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-A1A91060-63DA2483] Error 1