Skip to content

Commit 8b97e2e

Browse files
targosrichardlau
authored andcommitted
1 parent c7aa397 commit 8b97e2e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tools/v8_gypfiles/toolchain.gypi

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,11 @@
138138
'cflags': [ '-Werror', '-Wno-unknown-pragmas' ],
139139
},{
140140
'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+
],
142146
}],
143147
['v8_target_arch=="arm"', {
144148
'defines': [

0 commit comments

Comments
 (0)