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.
This commit is contained in:
parent
0de8de465c
commit
dc2e5bde90
2
.bazelrc
2
.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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user