diff --git a/external/Catch2/catch2/catch.hpp b/external/Catch2/catch2/catch.hpp index 2a2d77a27f..bc1e0b671d 100644 --- a/external/Catch2/catch2/catch.hpp +++ b/external/Catch2/catch2/catch.hpp @@ -10819,7 +10819,7 @@ namespace Catch { // 32kb for the alternate stack seems to be sufficient. However, this value // is experimentally determined, so that's not guaranteed. - static constexpr std::size_t sigStackSize = 32768 >= MINSIGSTKSZ ? 32768 : MINSIGSTKSZ; + static constexpr std::size_t sigStackSize = 32768; static SignalDefs signalDefs[] = { { SIGINT, "SIGINT - Terminal interrupt signal" },