| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a95e344 commit 9f46fca
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -99,6 +99,11 @@ | |||
| 99 | 99 | 'obj_dir%': '<(PRODUCT_DIR)/obj.target', | |
| 100 | 100 | 'v8_base': '<(PRODUCT_DIR)/libv8_snapshot.a', | |
| 101 | 101 | }], | |
| 102 | + # V8 pointer compression only supports 64bit architectures. | ||
| 103 | + ['target_arch in "arm ia32 mips mipsel ppc x32"', { | ||
| 104 | + 'v8_enable_pointer_compression': 0, | ||
| 105 | + 'v8_enable_31bit_smis_on_64bit_arch': 0, | ||
| 106 | + }], | ||
| 102 | 107 | ['target_arch in "ppc64 s390x"', { | |
| 103 | 108 | 'v8_enable_backtrace': 1, | |
| 104 | 109 | }], | |
| Back | FazBrowse Home | New Git URL |
0 commit comments