Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
af44a5fc3e77eb828860cf56408f4507f5c28e0c
/
.
/
Source
/
JavaScriptCore
/
PlatformPlayStation.cmake
blob: 02fcb4e01e201e47487fd0c68766b7f83e26fb86 [
file
]
if
(
$
{
WTF_LIBRARY_TYPE
}
STREQUAL
"STATIC"
)
add_definitions
(-
DSTATICALLY_LINKED_WITH_WTF
)
endif
()
# This overrides the default x64 value of 1GB for the memory pool size
add_definitions
(-
DFIXED_EXECUTABLE_MEMORY_POOL_SIZE_IN_MB
=
64
)