aboutsummaryrefslogtreecommitdiff
path: root/utils/bazel/.bazelrc
diff options
context:
space:
mode:
Diffstat (limited to 'utils/bazel/.bazelrc')
-rw-r--r--utils/bazel/.bazelrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/bazel/.bazelrc b/utils/bazel/.bazelrc
index e2967f1..cf2c9c5 100644
--- a/utils/bazel/.bazelrc
+++ b/utils/bazel/.bazelrc
@@ -18,6 +18,10 @@ build --force_pic
# super large, the benefits of shared objects are minimal.
build --dynamic_mode=off
+# Rely on compiler flags to compile with debug info/strip rather than stripping
+# based on compilation_mode.
+build --strip=never
+
###############################################################################
# Options to select different strategies for linking potential dependent
# libraries. The default leaves it disabled.