Skip to content

Commit

Permalink
tcmalloc
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmeow committed Jan 6, 2025
1 parent 86387f0 commit 8b6a38b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ common --incompatible_autoload_externally=+@rules_java,+@rules_python,+@rules_sh
# TODO: Enable the flag once compatibility issues are fixed.
# common --incompatible_check_visibility_for_toolchains

# Incompatible with `tcmalloc`.
# TODO: Fix `bazel build -c opt //...`.
# common --incompatible_config_setting_private_default_visibility

# Enable as many incompatible flags as we can, per
# https://bazel.build/release/backward-compatibility. To get the latest list,
# using `bazelisk --migrate build //...` will help.
Expand All @@ -172,7 +176,6 @@ common --incompatible_always_include_files_in_data
common --incompatible_bazel_test_exec_run_under
common --incompatible_check_sharding_support
common --incompatible_check_testonly_for_output_files
common --incompatible_config_setting_private_default_visibility
common --incompatible_default_to_explicit_init_py
common --incompatible_depset_for_java_output_source_jars
common --incompatible_depset_for_libraries_to_link_getter
Expand Down

0 comments on commit 8b6a38b

Please sign in to comment.