mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-22 19:50:05 +00:00
8841d560c4
I finally found out how to add platform specific options to the bazelrc file. I will use that to add the c++ language level to the bazelrc flie.
5 lines
138 B
Plaintext
5 lines
138 B
Plaintext
build --enable_platform_specific_config
|
|
build:linux --cxxopt=-std=c++17
|
|
build:macos --cxxopt=-std=c++17
|
|
build:windows --cxxopt=/std:c++17
|