This is an automated email from the ASF dual-hosted git repository.
harishgokul01 pushed a commit to branch development
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git
The following commit(s) were added to refs/heads/development by this push:
new 4aab6986 Update Bazel configuration for optimization and job settings
4aab6986 is described below
commit 4aab6986af0d141d8ee6fae9a87b4559d5718192
Author: harish876 <[email protected]>
AuthorDate: Mon Dec 15 20:13:12 2025 +0000
Update Bazel configuration for optimization and job settings
---
.bazelrc | 2 +-
ecosystem/graphql/.bazelrc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.bazelrc b/.bazelrc
index e7c8156a..2bb0a3a5 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -1,4 +1,4 @@
-build --cxxopt='-std=c++17' --copt=-O3 --jobs=4
+build --cxxopt='-std=c++17' --copt="-pg" --linkopt="-pg" --strip=never --jobs=2
#build --action_env=PYTHON_BIN_PATH="/usr/bin/python3.10"
#build --action_env=PYTHON_LIB_PATH="/usr/include/python3.10"
diff --git a/ecosystem/graphql/.bazelrc b/ecosystem/graphql/.bazelrc
index e7c8156a..2bb0a3a5 100644
--- a/ecosystem/graphql/.bazelrc
+++ b/ecosystem/graphql/.bazelrc
@@ -1,4 +1,4 @@
-build --cxxopt='-std=c++17' --copt=-O3 --jobs=4
+build --cxxopt='-std=c++17' --copt="-pg" --linkopt="-pg" --strip=never --jobs=2
#build --action_env=PYTHON_BIN_PATH="/usr/bin/python3.10"
#build --action_env=PYTHON_LIB_PATH="/usr/include/python3.10"