aboutsummaryrefslogtreecommitdiff
path: root/.bazelrc
diff options
context:
space:
mode:
Diffstat (limited to '.bazelrc')
-rw-r--r--.bazelrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bazelrc b/.bazelrc
index c1e4db40..ed20aac3 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -11,6 +11,8 @@ build --nozip_undeclared_test_outputs
# GCC is supported on a best-effort basis.
common --repo_env=CC=clang
build --incompatible_enable_cc_toolchain_resolution
+# Required by abseil-cpp.
+build --cxxopt=-std=c++14
# Requires a relatively modern clang.
build:ci --features=layering_check
build:macos --apple_crosstool_top=@local_config_apple_cc//:toolchain