snappy/.bazelrc

5 lines
128 B
Plaintext
Raw Permalink Normal View History

# googletest requires C++14 or above
build --cxxopt='-std=c++17'
# Enable Bzlmod for every Bazel command
common --enable_bzlmod