From ea15749d333d8aa64583c6cbfd4e5abed94e8157 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase <svenstaro@gmail.com> Date: Tue, 24 Mar 2020 03:50:49 +0100 Subject: [PATCH] Lower case c++1z config The `.bazelrc` actually checks for `c++1z` and not `C++1z` (mind the capital `C`) so this should be accounted for in the docs. --- .bazelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index 911dcb47aaf..f2eae57d4a1 100644 --- a/.bazelrc +++ b/.bazelrc @@ -19,7 +19,7 @@ # Compiler options: # cuda_clang: Use clang when building CUDA code. # c++17: Build with C++17 options -# C++1z: Build with C++17 options +# c++1z: Build with C++17 options # avx_linux: Build with avx instruction set on linux. # avx2_linux: Build with avx2 instruction set on linux. # native_arch_linux: Build with instruction sets available to the host machine on linux