| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c7aa397 commit 8b97e2e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -138,7 +138,11 @@ | |||
| 138 | 138 | 'cflags': [ '-Werror', '-Wno-unknown-pragmas' ], | |
| 139 | 139 | },{ | |
| 140 | 140 | 'cflags!': [ '-Wall', '-Wextra' ], | |
| 141 | - 'cflags': [ '-Wno-return-type' ], | ||
| 141 | + 'cflags': [ | ||
| 142 | + '-Wno-return-type', | ||
| 143 | + # On by default in Clang and V8 requires it at least for arm64. | ||
| 144 | + '-flax-vector-conversions', | ||
| 145 | + ], | ||
| 142 | 146 | }], | |
| 143 | 147 | ['v8_target_arch=="arm"', { | |
| 144 | 148 | 'defines': [ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments