blob: 79ad59480f9ed1f2938ee6c04bcae58dda4a5074 [file] [log] [blame]
# Enable Bzlmod for every Bazel command
common --enable_bzlmod
build --enable_platform_specific_config
build:linux --cxxopt=-std=c++17
build:macos --cxxopt=-std=c++17
build:windows --cxxopt=/std:c++17