clang++ -O3 -march=native -ffast-math -funroll-loops -flto -fuse-ld=lld -std=c++20 -static -DNDEBUG -DEVALFILE=\"/home/nocturn9x/OpenBench/Client/Networks/408E3A82\" ./src/accumulator.cpp ./src/board.cpp ./src/move.cpp ./src/movegen.cpp ./src/nnue.cpp ./src/Prelude.cpp ./src/search.cpp -o Prelude-53B9C342-408E3A82
./src/search.cpp:180:22: error: no matching function for call to 'max'
  180 |     hardSearchTime = std::max(0LL, hardSearchTime);
      |                      ^~~~~~~~
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/bits/algorithmfwd.h:403:5: note: candidate template ignored: deduced conflicting types for parameter '_Tp' ('long long' vs. 'i64' (aka 'long'))
  403 |     max(const _Tp&, const _Tp&);
      |     ^
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/bits/stl_algo.h:5715:5: note: candidate template ignored: could not match 'initializer_list<_Tp>' against 'long long'
 5715 |     max(initializer_list<_Tp> __l, _Compare __comp)
      |     ^
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/bits/stl_algo.h:5705:5: note: candidate function template not viable: requires single argument '__l', but 2 arguments were provided
 5705 |     max(initializer_list<_Tp> __l)
      |     ^   ~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/bits/algorithmfwd.h:408:5: note: candidate function template not viable: requires 3 arguments, but 2 were provided
  408 |     max(const _Tp&, const _Tp&, _Compare);
      |     ^   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make: *** [makefile:29: Prelude-53B9C342-408E3A82] Error 1