We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0af4c9 + 4e3c23b commit 384c040Copy full SHA for 384c040
.bazelrc
@@ -2,6 +2,9 @@ common --enable_platform_specific_config
2
# because we use --override_module with `%workspace%`, the lock file is not stable
3
common --lockfile_mode=off
4
5
+# Build release binaries by default, can be overwritten to in local.bazelrc and set to `fastbuild` or `dbg`
6
+build --compilation_mode opt
7
+
8
# when building from this repository in isolation, the internal repository will not be found at ..
9
# where `MODULE.bazel` looks for it. The following will get us past the module loading phase, so
10
# that we can build things that do not rely on that
0 commit comments