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-189A0591
src/nnue.cpp:44:17: warning: Using AVX2 NNUE inference [-W#pragma-messages]
44 | #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:20: Tarnished-189A0591] Error 1