cmake: Match MSVC default stack size on MinGW builds.
MSVC defaults to 1MB stack size. MinGW defaults to a larger value.
But in order to trap problems with excessive usage of the stack on
Windows we really want to match MSVC.
Reviewed-by:
Brian Paul <brianp@vmware.com>
Showing
Please register or sign in to comment