mirror of
https://github.com/vale981/ray
synced 2025-03-04 17:41:43 -05:00
[Build] Remove debug info from Ray libraries. (#20389)
## Why are these changes needed? Ray wheel size limit is still at 100MB. Removing debug symbols would decrease Ray Linux wheel sizes. ## Related issue number ## Checks
This commit is contained in:
parent
90dc5460d4
commit
1dd8b3d2bc
1 changed files with 0 additions and 3 deletions
3
.bazelrc
3
.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"
|
||||
|
|
Loading…
Add table
Reference in a new issue