mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
build: disable v8_enable_pointer_compression_shared_cage on non-64bit
PR-URL: https://github.com/nodejs/node/pull/58867 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
@@ -113,6 +113,7 @@
|
||||
# V8 pointer compression only supports 64bit architectures.
|
||||
['target_arch in "arm ia32 mips mipsel"', {
|
||||
'v8_enable_pointer_compression': 0,
|
||||
'v8_enable_pointer_compression_shared_cage': 0,
|
||||
'v8_enable_31bit_smis_on_64bit_arch': 0,
|
||||
'v8_enable_external_code_space': 0,
|
||||
'v8_enable_sandbox': 0
|
||||
|
||||
Reference in New Issue
Block a user