Skip to content

Commit cd61fce

Browse files
targosRafaelGSS
authored andcommitted
1 parent 917d887 commit cd61fce

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
['clang or OS!="win"', {
144148
'cflags': [ '-Wno-invalid-offsetof' ],

0 commit comments

Comments
 (0)