blob: 75ca3f65ac2f093ea0ea74ce4aa1e2a850c5f2ea [file] [log] [blame]
# Build configurations for the project
build --action_env=BAZEL_CXXOPTS="-std=c++17"
build --action_env=CC="clang"
# Disable warnings we don't care about or that generally have a low signal/noise
# ratio.
build --copt=-Wno-unused-function
build --host_copt=-Wno-unused-function
# TODO: migrate all dependencies from WORKSPACE to MODULE.bazel
# https://github.com/protocolbuffers/protobuf/issues/14313
common --noenable_bzlmod