How do I increase the stack size when compiling with Clang on OS X?
问题 Can I specify the stack size with clang++? I can't find any compiler options that would allow me to do so. I'm using OS X. Note: This question specifically refers to Clang, not the GCC compiler. 回答1: The linker, rather than the compiler, is responsible for setting the stack size of the main thread. The man page for ld contains the following: -stack_size size Specifies the maximum stack size for the main thread in a program. Without this option a program has a 8MB stack. The argument size is a