Skip to content

Commit 27536b0

Browse files
committed
Delete an old comment.
Change-Id: Iafd06023ceaf5023a99a0d54be846d6ae8ab1035 Reviewed-on: https://code-review.googlesource.com/c/re2/+/62810 Reviewed-by: Alex Chernyakhovsky <[email protected]> Reviewed-by: Paul Wankadia <[email protected]>
1 parent dbf15a2 commit 27536b0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.bazelrc

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ build --features=layering_check
88
build --features=parse_headers
99

1010
# 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.
1511
build --enable_platform_specific_config
1612
build:linux --cxxopt=-std=c++14
1713
build:macos --cxxopt=-std=c++14

0 commit comments

Comments
 (0)