1# Enable Bazel modules by default. Projects using Sandboxed API may still use 2# a regular WORKSPACE ("Hybrid Mode"). 3common --enable_bzlmod 4 5# Build in C++17 mode without a custom CROSSTOOL 6build --cxxopt=-std=c++17 --host_cxxopt=-std=c++17 7