We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315fed5 commit e0bd371Copy full SHA for e0bd371
deps/zlib/zlib.gyp
@@ -28,6 +28,11 @@
28
'xcode_settings': {
29
'OTHER_CFLAGS': [ '-mssse3' ],
30
},
31
+ 'msvs_settings': {
32
+ 'VCCLCompilerTool': {
33
+ 'AdditionalOptions': [ '-mssse3' ],
34
+ },
35
36
}],
37
],
38
tools/v8_gypfiles/toolchain.gypi
@@ -160,6 +160,11 @@
160
# -Wno-invalid-offsetof
161
'GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO': 'NO',
162
163
164
165
+ 'AdditionalOptions': ['-Wno-invalid-offsetof'],
166
167
168
169
['v8_target_arch=="arm"', {
170
'defines': [
0 commit comments