From 7c151f5887c4c42b95026458a95b90440ce3d18c Mon Sep 17 00:00:00 2001 From: Kevin Gleason Date: Mon, 13 Jan 2025 11:14:38 -0600 Subject: [PATCH] Remove debug comments (#2688) --- .bazelrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.bazelrc b/.bazelrc index 6c0a84c4203..1d3480cf8e7 100644 --- a/.bazelrc +++ b/.bazelrc @@ -40,9 +40,7 @@ build:asan --config=san-common build:asan --features=asan build:asan --copt=-fsanitize-address-use-after-scope # We explicitly disable strict_init_order because LLVM is "hostile to init order" -# even the google3 monorepo disables it # TODO(fzakaria): disabling due to costs of test execution -# I don't think internally to Google we use these options # build:asan --action_env=ASAN_OPTIONS=detect_odr_violations=2:detect_leaks=1:strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=0 # build:asan --action_env=LSAN_OPTIONS=report_objects=1 build:asan --cc_output_directory_tag=asan