cmake: win: Fix incorrect /STACK value (fixes #3491)

This commit is contained in:
Marshall Greenblatt 2023-05-06 15:37:19 +03:00
parent fef20aa308
commit 153b1862fa
1 changed files with 1 additions and 1 deletions

View File

@ -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.