clang++ -O3 -march=native -ffast-math -funroll-loops -std=c++20 -static -DNDEBUG -DEVALFILE_PATH=\"./nnue.bin\" -c Prelude.cpp -o Prelude.o
Prelude.cpp:564:59: warning: arithmetic between different enumeration types ('Rank' and 'File') is deprecated [-Wdeprecated-enum-enum-conversion]
564 | constexpr int antiDiagonalOf(Square s) { return rankOf(s) + fileOf(s); }
| ~~~~~~~~~ ^ ~~~~~~~~~
1 warning generated.
clang++ -O3 -march=native -ffast-math -funroll-loops -std=c++20 -static -DNDEBUG -DEVALFILE_PATH=\"./nnue.bin\" -o Prelude-39901CA4 Prelude.o
/opt/rh/gcc-toolset-13/root/usr/lib/gcc/x86_64-redhat-linux/13/../../../../bin/ld: cannot find -lm: No such file or directory
/opt/rh/gcc-toolset-13/root/usr/lib/gcc/x86_64-redhat-linux/13/../../../../bin/ld: cannot find -lc: No such file or directory
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [makefile:29: Prelude-39901CA4] Error 1