SPIRV-Tools/.bazelrc

5 lines
138 B
Plaintext
Raw Normal View History

build --enable_platform_specific_config
build:linux --cxxopt=-std=c++17
build:macos --cxxopt=-std=c++17
build:windows --cxxopt=/std:c++17