diff --git a/bazel/emscripten_toolchain/crosstool.bzl b/bazel/emscripten_toolchain/crosstool.bzl index ce87ebb..c1ba75e 100644 --- a/bazel/emscripten_toolchain/crosstool.bzl +++ b/bazel/emscripten_toolchain/crosstool.bzl @@ -298,10 +298,6 @@ def _impl(ctx): # Blaze also tests if this feature is supported, before setting the "pic" build-variable. feature(name = "pic"), - # Blaze requests this feature if fission is requested - # Blaze also tests if it's supported to see if we support fission. - feature(name = "per_object_debug_info"), - # Blaze requests this feature by default. # Blaze also tests if this feature is supported before setting preprocessor_defines # (...but why?)