From 0e8c5bb1e302b743dced52a60525815c44e93534 Mon Sep 17 00:00:00 2001 From: William Izzo Date: Thu, 20 Jun 2024 19:34:22 +0200 Subject: [PATCH] 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 --- bazel/emscripten_toolchain/toolchain.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/emscripten_toolchain/toolchain.bzl b/bazel/emscripten_toolchain/toolchain.bzl index 5a03ada..c3c9f43 100644 --- a/bazel/emscripten_toolchain/toolchain.bzl +++ b/bazel/emscripten_toolchain/toolchain.bzl @@ -445,7 +445,7 @@ def _impl(ctx): ), feature( name = "wasm_warnings_as_errors", - enabled = True, + enabled = False, ), # ASan and UBSan. See also: