Mihail Ivanchev
Mihail Ivanchev
Where did you update nanopb @Rutpiv ? In the CMake files? I'll patch right up, your findings are identical to mine :+1: thank you.
@Rutpiv I forgot to answer you, I'll test this asap and commit, thank you, sorry!!!
Libbacktrace doesn't release versions in any perceivable way so there's no way to tell which is usable.
You could join the choir asking for an official release https://github.com/ianlancetaylor/libbacktrace/issues/73
Sounds good :)
If the computation is `2 * sizeof(max_align_t)` and the output is 96 I reckon `sizeof(max_align_t)` is 48.
It's our CI build setup for the Void Linux repos and I'd like to build something that our users will appreciate and be stable, I don't mind spending time on...
>Maybe sizeof(max_align_t) is not guaranteed to be a power of 2. Yes, I believe that's the case. Maybe the constexpr could be set to `pow(2, ceil(sqrt(sizeof(max_align_t))))`.