Under MSVC, we could use
#pragma comment(linker, "/STACK:0x10000000")
to have a stack of 256MB. Is there any approach to get a larger stack under OS X? I'm using LLVM tool chain.
Under MSVC, we could use
#pragma comment(linker, "/STACK:0x10000000")
to have a stack of 256MB. Is there any approach to get a larger stack under OS X? I'm using LLVM tool chain.