g++ -O3 -march=native -fno-finite-math-only -funroll-loops -flto -fuse-ld=lld -std=c++20 -static -DNDEBUG -pthread -fuse-ld=lld src/*.cpp -o Tarnished-9AE04965
In file included from src/main.cpp:11:
src/uci.h:99:61: warning: backslash and newline separated by space
   99 | |__   __|/\   |  __ \| \ | |_   _|/ ____| |  | |  ____|  __ \
      |                                                              
src/nnue.cpp:32:54: note: ‘#pragma message: Using AVX512 NNUE inference’
   32 |         #pragma message("Using AVX512 NNUE inference")
      |                                                      ^
collect2: fatal error: cannot find ‘ld’
compilation terminated.
make: *** [Makefile:20: Tarnished-9AE04965] Error 1