mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-17 20:50:42 +01:00
cmake: win: Fix incorrect /STACK value (fixes #3491)
This commit is contained in:
parent
5e80ea3371
commit
5a22a5c8a3
@ -462,7 +462,7 @@ if(OS_WINDOWS)
|
|||||||
# only) uses fibers to switch to a 4MiB stack at runtime via
|
# only) uses fibers to switch to a 4MiB stack at runtime via
|
||||||
# CefRunWinMainWithPreferredStackSize().
|
# CefRunWinMainWithPreferredStackSize().
|
||||||
list(APPEND CEF_EXE_LINKER_FLAGS
|
list(APPEND CEF_EXE_LINKER_FLAGS
|
||||||
/STACK:0x8000
|
/STACK:0x80000
|
||||||
)
|
)
|
||||||
else()
|
else()
|
||||||
# Increase the initial stack size to 8MiB from the default 1MiB.
|
# Increase the initial stack size to 8MiB from the default 1MiB.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user