Ticket #51736: stack_size.patch

File stack_size.patch, 454 bytes (added by parafin, 8 years ago)

workaround

  • configure

    old new  
    92709270                # Issue #18075: the default maximum stack size (8MBytes) is too
    92719271                # small for the default recursion limit. Increase the stack size
    92729272                # to ensure that tests don't crash
    9273                 LINKFORSHARED="-Wl,-stack_size,1000000 $LINKFORSHARED"
     9273                #LINKFORSHARED="-Wl,-stack_size,1000000 $LINKFORSHARED"
    92749274
    92759275                if test "$enable_framework"
    92769276                then