blob: c1881c2147b2ddcb27135200793f0f4744c80f69 [file] [log] [blame]
Googler75c7ad02022-05-23 13:27:49 -07001# generic_clang from @llvm-raw//utils/bazel, but c++17 to match Google
2build:generic_clang --repo_env=CC=clang
3build:generic_clang --cxxopt=-std=c++17 --host_cxxopt=-std=c++17
4build:generic_clang --copt=-Wall --copt=-Werror --host_copt=-Wall --host_copt=-Werror
5build:generic_clang --cxxopt=-Wno-range-loop-analysis --host_cxxopt=-Wno-range-loop-analysis
6build:generic_clang --copt=-Wno-deprecated --host_copt=-Wno-deprecated
7
8build --config=generic_clang
9build --sandbox_base=/dev/shm