Sign in
webkit
/
WebKit
/
77f1746a34daa5bef10465f140536d814246257a
/
.
/
Source
/
JavaScriptCore
/
PlatformPlayStation.cmake
blob: 02fcb4e01e201e47487fd0c68766b7f83e26fb86 [
file
] [
log
] [
blame
]
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
)