diff --git a/.bazelrc b/.bazelrc index 32af870a8..3684885a2 100644 --- a/.bazelrc +++ b/.bazelrc @@ -7,7 +7,6 @@ build --enable_platform_specific_config build --action_env=PATH # For --compilation_mode=dbg, consider enabling checks in the standard library as well (below). build --compilation_mode=opt -build --experimental_ui_deduplicate # This workaround is needed to prevent Bazel from compiling the same file twice (once PIC and once not). build:linux --force_pic build:macos --force_pic