g++ *.cpp 3rdparty/Fathom/src/tbprobe.c -DEVALFILE=\"clover-7buckets-mse-0.95-1280-605.bin\" -I . -IFathom -Wall -g -Wl,--stack,4194304 -std=c++17 -O3 -funroll-loops -lpthread -mno-avx512f -march=native -o Clover-694E1861 -fprofile-generate 3rdparty/Fathom/src/tbprobe.c: In function ‘void tb_expand_mate({anonymous}::Pos*, TbRootMove*, {anonymous}::Value, unsigned int)’: 3rdparty/Fathom/src/tbprobe.c:2459:41: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 2459 | if (popcount(pos->white | pos->black) <= cardinalityDTM) { | ^ /usr/bin/ld: unrecognized option '--stack' /usr/bin/ld: use the --help option for usage information collect2: error: ld returned 1 exit status make: *** [makefile:54: pgo] Error 1