Skip to content

Commit 0e8c5bb

Browse files
WilliamIzzo83William Izzo
andauthored
Sets wasm_worning_as_error disabled by default. (#1406)
This removes `-Werror` set by default, thus conforming with default bazel cc toolchain. Co-authored-by: William Izzo <william.izzo@hey.com>
1 parent d291611 commit 0e8c5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bazel/emscripten_toolchain/toolchain.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ def _impl(ctx):
445445
),
446446
feature(
447447
name = "wasm_warnings_as_errors",
448-
enabled = True,
448+
enabled = False,
449449
),
450450

451451
# ASan and UBSan. See also:

0 commit comments

Comments
 (0)