g++ -O3 -march=native -std=c++17 bench.cpp bitboard.cpp defaults.cpp eval.cpp history.cpp moves.cpp ordering.cpp search.cpp see.cpp timeman.cpp transposition.cpp uci.cpp -o Weak-5BBC1CC1
ordering.cpp:110:1: fatal error: error writing to /tmp/ccVGgpco.s: No space left on device
  110 | }
      | ^
compilation terminated.
search.cpp:642:1: fatal error: error writing to /tmp/ccVGgpco.s: No space left on device
  642 | }
      | ^
compilation terminated.
/tmp/ccVGgpco.s: Assembler messages:
/tmp/ccVGgpco.s: Fatal error: /tmp/ccH7YatN.o: No space left on device
uci.cpp:415:1: fatal error: error writing to /tmp/ccVGgpco.s: No space left on device
  415 | }
      | ^
compilation terminated.
make: *** [Makefile:14: all] Error 1