From dc2e5bde90431e92be7fef394a7995ab59eaf80a Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Tue, 24 Mar 2020 03:47:17 +0100 Subject: [PATCH] arch_native_linux is actually called native_arch_linux `arch_native_linux` is actually called `native_arch_linux` down below in the `.bazelrc` where it's actually being consumed. --- .bazelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index 8fd166c10a5..911dcb47aaf 100644 --- a/.bazelrc +++ b/.bazelrc @@ -22,7 +22,7 @@ # 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. -# arch_native_linux: Build with instruction sets available to the host machine on linux +# native_arch_linux: Build with instruction sets available to the host machine on linux # avx_win: Build with avx instruction set on windows # avx2_win: Build with avx2 instruction set on windows #