diff --git a/.bazelrc b/.bazelrc index 9775957..7b852c7 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,2 +1,2 @@ common --enable_workspace -build --cxxopt="-std=c++20" +build --cxxopt="-std=c++20" --copt="-fpermissive" --copt="-Wno-error"