bazel: move -std=c++14 to .bazelrc

Bazel defaults to -std=c++11 on macOS which gtest doesn't support.
This commit is contained in:
Keith Smiley
2022-08-19 11:10:56 -07:00
parent c0e032efe5
commit 91c3669f21
4 changed files with 4 additions and 8 deletions

View File

@@ -72,7 +72,6 @@ time docker run \
--workdir="/src" \
--rm \
--env="CC=/usr/local/bin/gcc" \
--env="BAZEL_CXXOPTS=-std=c++14" \
${LINUX_GCC_FLOOR_CONTAINER} \
/usr/local/bin/bazel test ... \
--copt="-Wall" \