blob: 5c57d3fc8987886f013aeb62e3340fe0d31dec8c [file] [log] [blame]
# Enable Bazel modules by default. Projects using Sandboxed API may still use
# a regular WORKSPACE ("Hybrid Mode").
common --enable_bzlmod
# Build in C++17 mode without a custom CROSSTOOL
build --cxxopt=-std=c++17 --host_cxxopt=-std=c++17
OSZAR »