Skip to content

Commit

Permalink
Revert change to set debug info to -g1 (ray-project#19900)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtian authored Oct 29, 2021
1 parent d28be7e commit 72fdf3b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
try-import %workspace%/.llvm-local.bazelrc

0 comments on commit 72fdf3b

Please sign in to comment.