arlib icon indicating copy to clipboard operation
arlib copied to clipboard

Usage of SIGSTKSZ as constant - it is an obsolete behaviour.

Open msurkovsky opened this issue 1 year ago • 0 comments

Within arlib/external/catch/catch.hpp is used the SIGSTKSZ constant but now it causes problems with compilation.

image

I tried to fix it via pthread_attr_getstacksize and making the allocation dynamic. Nevertheless it does not work as well.

Any Idea how to fix it?

msurkovsky avatar Mar 01 '23 10:03 msurkovsky