From 8a92096f63d187c4210a664d10f41730aa27d261 Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim Date: Mon, 22 Sep 2025 21:46:30 +0200 Subject: [PATCH] Drop C++14 flag --- .bazelrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.bazelrc b/.bazelrc index 79b806e..f64a009 100644 --- a/.bazelrc +++ b/.bazelrc @@ -15,9 +15,6 @@ # Force the use of Clang for all builds. build --repo_env=CC=clang -# Needed for abseil-cpp until https://github.com/bazelbuild/bazel/pull/19794 is released. -build --cxxopt=-std=c++14 - # Strict dependency check for C++ includes. build --features=layering_check