mirror of
https://github.com/denoland/rusty_v8.git
synced 2025-02-01 12:15:46 -05:00
reenable pointer compression
This commit is contained in:
parent
25900a3c33
commit
06b3aff28d
1 changed files with 1 additions and 1 deletions
2
.gn
2
.gn
|
@ -38,7 +38,7 @@ default_args = {
|
|||
v8_use_external_startup_data = false
|
||||
v8_use_snapshot = true
|
||||
|
||||
v8_enable_pointer_compression = false
|
||||
v8_enable_pointer_compression = true
|
||||
|
||||
v8_imminent_deprecation_warnings = false
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue