From 72fdf3be605e4aadfd9a8c3f01dd7843c01cb8fd Mon Sep 17 00:00:00 2001 From: mwtian <81660174+mwtian@users.noreply.github.com> Date: Fri, 29 Oct 2021 13:32:44 -0700 Subject: [PATCH] Revert change to set debug info to -g1 (#19900) --- .bazelrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.bazelrc b/.bazelrc index cec8aad04a601..58057067daf8a 100644 --- a/.bazelrc +++ b/.bazelrc @@ -7,9 +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 -# Generate minimal debug symbols on Linux and MacOS -build:linux --copt="-g1" -build:macos --copt="-g1" # Using C++ 17 on all platforms. build:linux --cxxopt="-std=c++17" build:macos --cxxopt="-std=c++17" @@ -184,4 +181,4 @@ build:ubsan --linkopt -fno-sanitize-recover=all # Import local specific llvm config options, which can be generated by # ci/travis/install-llvm-dependencies.sh -try-import %workspace%/.llvm-local.bazelrc \ No newline at end of file +try-import %workspace%/.llvm-local.bazelrc