build --cxxopt=-std=c++17 | |
# Disable the low signal-to-noise ratio warnings | |
build --copt=-Wno-unused-function | |
# Disable tool build warnings. The tools are fetched/generated from OSS repos | |
build --host_copt=-Wno-unused-variable | |
build --host_copt=-Wno-unused-value | |
build --host_copt=-Wno-uninitialized | |
build --host_copt=-O3 | |
# This lets us generate key/value pairs for the workspace which can be used to | |
# generate the version information. | |
build --workspace_status_command=utils/get_workspace_status.sh |