blob: 497162eee0b2dda25507b518c3c1de5801c6d427 [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
)