Ticket #51736: stack_size.patch
File stack_size.patch, 454 bytes (added by parafin, 8 years ago) |
---|
-
configure
old new 9270 9270 # Issue #18075: the default maximum stack size (8MBytes) is too 9271 9271 # small for the default recursion limit. Increase the stack size 9272 9272 # to ensure that tests don't crash 9273 LINKFORSHARED="-Wl,-stack_size,1000000 $LINKFORSHARED"9273 #LINKFORSHARED="-Wl,-stack_size,1000000 $LINKFORSHARED" 9274 9274 9275 9275 if test "$enable_framework" 9276 9276 then