diff --git a/.bazelrc b/.bazelrc index d85578a8..ff7d23c4 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,2 +1,2 @@ -build --copt='-Werror' --copt='-pedantic' --copt='-Wall' --copt='-Wextra' --copt='-std=c++17' +build --copt='-Werror' --copt='-pedantic' --copt='-Wall' --copt='-Wextra' --copt='-std=c++17' --incompatible_depset_union=false test --test_output=errors