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.
1 parent f15b633 commit d1bb8b5Copy full SHA for d1bb8b5
1 file changed
Makefile
@@ -56,6 +56,8 @@ BAZEL_PLATFORM := //bazel:linux_$(subst amd64,x86_64,$(subst arm64,aarch64,$(TAR
56
$(info BUILDING on $(BUILDARCH) for $(TARGETARCH) using $(BAZEL_PLATFORM))
57
BAZEL_BUILD_OPTS += --platforms=$(BAZEL_PLATFORM)
58
59
+BAZEL_BUILD_OPTS += --config=clang-common
60
+
61
ifdef DEBUG
62
BAZEL_BUILD_OPTS += -c dbg
63
else ifdef RELEASE_DEBUG
0 commit comments