Tells the compiler to generate code to adjust the stack size for a fiber-based main thread.
None
IA-32 architecture, Intel® 64 architecture
| Linux and Mac OS X: | None |
| Windows: | /Qpar-adjust-stack:n |
| n | Is the stack size (in bytes) for the fiber-based main thread. It must be a number equal to or greater than zero. | |
| /Qpar-adjust-stack:0 | No adjustment is made to the main thread stack size. |
This option tells the compiler to generate code to adjust the stack size for a fiber-based main thread. This can reduce the stack size of threads.
For this option to be effective, you must also specify option /Qparallel.
None
parallel, Qparallel compiler option