Add bazel rc
diff --git a/.bazelrc b/.bazelrc
new file mode 100644
index 0000000..6e0c954
--- /dev/null
+++ b/.bazelrc
@@ -0,0 +1 @@
+build --copt='-Werror' --copt='-pedantic' --copt='-Wall' --copt='-Wextra' --copt='-std=c++17'
\ No newline at end of file