From c6c49b7df43d8c2e19e140cf632e5c003a4b76ee Mon Sep 17 00:00:00 2001 From: Asra Ali Date: Mon, 26 Oct 2020 16:22:47 -0400 Subject: [PATCH] fix wasm compilation Signed-off-by: Asra Ali --- bazel/external/wee8.genrule_cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/external/wee8.genrule_cmd b/bazel/external/wee8.genrule_cmd index bb5b9b7f8490..8a97bd82d120 100644 --- a/bazel/external/wee8.genrule_cmd +++ b/bazel/external/wee8.genrule_cmd @@ -19,7 +19,7 @@ pushd $$ROOT/wee8 rm -rf out/wee8 # Export compiler configuration. -export CXXFLAGS="$${CXXFLAGS-} -Wno-sign-compare -Wno-deprecated-copy -Wno-unknown-warning-option -Wno-range-loop-analysis" +export CXXFLAGS="$${CXXFLAGS-} -Wno-sign-compare -Wno-deprecated-copy -Wno-unknown-warning-option -Wno-range-loop-analysis -Wno-shorten-64-to-32" if [[ ( `uname` == "Darwin" && $${CXX-} == "" ) || $${CXX-} == *"clang"* ]]; then export IS_CLANG=true export CC=$${CC:-clang}