We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf15a2 commit 27536b0Copy full SHA for 27536b0
.bazelrc
@@ -8,10 +8,6 @@ build --features=layering_check
8
build --features=parse_headers
9
10
# Abseil requires C++14 at minimum.
11
-# Previously, the flag was set via `BAZEL_CXXOPTS`. On macOS, we also had to set
12
-# `BAZEL_USE_CPP_ONLY_TOOLCHAIN` since Bazel wouldn't respect the former without
13
-# the latter. However, the latter stopped Bazel from using Xcode and `-framework
14
-# Foundation`, which CCTZ (vendored into Abseil) requires.
15
build --enable_platform_specific_config
16
build:linux --cxxopt=-std=c++14
17
build:macos --cxxopt=-std=c++14
0 commit comments