blob: 0529d2331b9eaa6ea730564bb5443a0beb26f898 [file] [log] [blame]
include(inspector/remote/Socket.cmake)
# This overrides the default value of 1GB for the structure heap address size
list(APPEND JavaScriptCore_DEFINITIONS
STRUCTURE_HEAP_ADDRESS_SIZE_IN_MB=128
)
# This overrides the default x64 value of 1GB for the memory pool size
list(APPEND JavaScriptCore_PRIVATE_DEFINITIONS
FIXED_EXECUTABLE_MEMORY_POOL_SIZE_IN_MB=64
)
if (DEVELOPER_MODE)
add_subdirectory(testmem)
endif ()