From e8e562799398127718437b07ab1fbcb1c120e406 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 7 May 2019 12:46:57 -0700 Subject: [PATCH] Remove spurious -lz from emscripten builds. This wasn't previously working, and with newer versions of emscripten this has been upgraded to an error. PiperOrigin-RevId: 247072121 --- tensorflow/core/BUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/tensorflow/core/BUILD b/tensorflow/core/BUILD index 325cd1b37a7..5774fca765f 100644 --- a/tensorflow/core/BUILD +++ b/tensorflow/core/BUILD @@ -1884,7 +1884,6 @@ cc_library( srcs = if_emscripten([":mobile_srcs_no_runtime"]), copts = ["-DSUPPORT_SELECTIVE_REGISTRATION"] + tf_opts_nortti_if_emscripten(), defines = ["TENSORFLOW_LITE_PROTOS"], - linkopts = ["-lz"], tags = [ "manual", "notap",