1# bazelrc file
2
3# Bazel 7 begins to enable module by default which breaks gRPC build.
4# Therefore, this option is disabled until gRPC works with bzlmod.
5common --enable_bzlmod=false
6
7build --cxxopt='-std=c++14'
8build --host_cxxopt='-std=c++14'
9