mirror of
https://github.com/vale981/ray
synced 2025-03-04 17:41:43 -05:00
up
This commit is contained in:
parent
ddb7055d81
commit
735c508bd9
1 changed files with 2 additions and 0 deletions
2
.bazelrc
2
.bazelrc
|
@ -9,6 +9,8 @@ build:windows --action_env=PATH
|
|||
build --compilation_mode=opt
|
||||
# Using C++ 17 on all platforms.
|
||||
build:linux --cxxopt="-std=c++17"
|
||||
build:linux --cxxopt="-g"
|
||||
build:linux --cxxopt="-ggdb"
|
||||
build:macos --cxxopt="-std=c++17"
|
||||
build:clang-cl --cxxopt="-std=c++17"
|
||||
build:msvc-cl --cxxopt="/std:c++17"
|
||||
|
|
Loading…
Add table
Reference in a new issue