Skip to content

Commit 62eaa2a

Browse files
addaleaxjasnell
authored andcommitted
v8: do not test v8 with -Werror
PR-URL: #12875 Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 6e1407c commit 62eaa2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps/v8/gypfiles/standalone.gypi

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
'host_clang%': '<(host_clang)',
192192
'target_arch%': '<(target_arch)',
193193
'v8_target_arch%': '<(v8_target_arch)',
194-
'werror%': '-Werror',
194+
'werror%': '',
195195
'use_goma%': '<(use_goma)',
196196
'gomadir%': '<(gomadir)',
197197
'asan%': '<(asan)',

deps/v8/gypfiles/toolchain.gypi

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
'v8_toolset_for_shell%': 'target',
8383

8484
'host_os%': '<(OS)',
85-
'werror%': '-Werror',
85+
'werror%': '',
8686
# For a shared library build, results in "libv8-<(soname_version).so".
8787
'soname_version%': '',
8888

0 commit comments

Comments
 (0)