We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1407c commit 62eaa2aCopy full SHA for 62eaa2a
deps/v8/gypfiles/standalone.gypi
@@ -191,7 +191,7 @@
191
'host_clang%': '<(host_clang)',
192
'target_arch%': '<(target_arch)',
193
'v8_target_arch%': '<(v8_target_arch)',
194
- 'werror%': '-Werror',
+ 'werror%': '',
195
'use_goma%': '<(use_goma)',
196
'gomadir%': '<(gomadir)',
197
'asan%': '<(asan)',
deps/v8/gypfiles/toolchain.gypi
@@ -82,7 +82,7 @@
82
'v8_toolset_for_shell%': 'target',
83
84
'host_os%': '<(OS)',
85
86
# For a shared library build, results in "libv8-<(soname_version).so".
87
'soname_version%': '',
88
0 commit comments