Skip to content
  • Marius Gerbershagen's avatar
    stacks: fix default C stack size · 90043d20
    Marius Gerbershagen authored
    The ifdef in config-internal.h was buggy since RLIMIT_STACK is only defined after
    sys/resource.h has been included which it wasn't. This lead to the stack size always being
    increased to at least the default of 1 MB. To fix this, we move the check for RLIMIT_STACK
    to the configure script.
    90043d20