Skip to content

Commit

Permalink
Fixup smis patch
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Apr 13, 2020
1 parent 2455a92 commit 71d0853
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -21,16 +21,16 @@ index 6ed509d81d14211f608495263f11a1d2cbc5013c..26a3b48dbfb4b066d86e4eaa73d870a4
##### end V8 defaults #####

# When building native modules using 'npm install' with the system npm,
@@ -152,6 +155,9 @@
@@ -152,6 +152,9 @@
['OS=="mac"', {
'clang%': 1,
}],
+ ['target_arch == "arm64" or target_arch == "x64"', {
+ 'v8_enable_pointer_compression': 1,
+ }],
],
},

['target_arch in "ppc64 s390x"', {
'v8_enable_backtrace': 1,
}],
@@ -375,6 +381,12 @@
}],
],
Expand Down

0 comments on commit 71d0853

Please sign in to comment.