diff --git a/cmake/cef_variables.cmake.in b/cmake/cef_variables.cmake.in index 2895b3ce0..d63b40f93 100644 --- a/cmake/cef_variables.cmake.in +++ b/cmake/cef_variables.cmake.in @@ -461,7 +461,7 @@ if(OS_WINDOWS) # only) uses fibers to switch to a 4MiB stack at runtime via # CefRunWinMainWithPreferredStackSize(). list(APPEND CEF_EXE_LINKER_FLAGS - /STACK:0x8000 + /STACK:0x80000 ) else() # Increase the initial stack size to 8MiB from the default 1MiB.