Skip to content
  • Brad King's avatar
    Windows: Increase stack size used by CMake binaries · c7cee1a1
    Brad King authored
    Deep regex matching logic can exceed the default 1MB stack size.  Until
    a better regex engine is used, simply push the problem over a farther
    horizon by increasing the stack size when built using a MSVC-compatible
    linker.
    
    Issue: #17659
    c7cee1a1