This is an automated email from the ASF dual-hosted git repository.
junchao pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-resilientdb-ResDB-ORM.git
The following commit(s) were added to refs/heads/main by this push:
new 424094f add bazelrc
424094f is described below
commit 424094f7d23abc84a198c648793d02b335f77e57
Author: Ubuntu <[email protected]>
AuthorDate: Wed Jul 16 10:25:20 2025 +0000
add bazelrc
---
.bazelrc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.bazelrc b/.bazelrc
new file mode 100644
index 0000000..ac38438
--- /dev/null
+++ b/.bazelrc
@@ -0,0 +1,2 @@
+build --cxxopt='-std=c++17' --copt=-O3 --jobs=40
+