一大早就被这弱智 gcc 给气到
```
../third_party/breakpad/src/client/linux/handler/exception_handler.cc:141:49: error: no matching function for call to ‘max(int, long int)’
141 | static const unsigned kSigStackSize = std::max(16384, SIGSTKSZ);
```
https://github.com/pytorch/pytorch/issues/70392