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>
This commit is contained in:
William Izzo
2024-06-20 19:34:22 +02:00
committed by GitHub
parent d29161158e
commit 0e8c5bb1e3

View File

@@ -445,7 +445,7 @@ def _impl(ctx):
),
feature(
name = "wasm_warnings_as_errors",
enabled = True,
enabled = False,
),
# ASan and UBSan. See also: