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-520F671B
In file included from src/main.cpp:11:
src/uci.h:99:61: warning: backslash and newline separated by space
99 | |__ __|/\ | __ \| \ | |_ _|/ ____| | | | ____| __ \
src/nnue.cpp:43:52: note: ‘#pragma message: Using AVX2 NNUE inference’
43 | #pragma message("Using AVX2 NNUE inference")
| ^
collect2: fatal error: cannot find ‘ld’
compilation terminated.
make: *** [Makefile:20: Tarnished-520F671B] Error 1