From 90d334a00d596457f4033480af4d10697a291fac Mon Sep 17 00:00:00 2001 From: Michael Li Date: Mon, 9 Feb 2026 15:51:55 +0000 Subject: [PATCH] backport of commit ef166d3bc13185fc1ba5d94cb5f2ac8550f03c41 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ef07c7935a..7adbaeac69 100644 --- a/Makefile +++ b/Makefile @@ -68,6 +68,7 @@ install-no-plugins: install .PHONY: build-pprof build-pprof: BUILD_TAGS+=pprof +build-pprof: BUILD_TAGS+=ui build-pprof: @echo "==> Building Boundary with memory pprof enabled" @CGO_ENABLED=$(CGO_ENABLED) BUILD_TAGS='$(BUILD_TAGS)' sh -c "'$(CURDIR)/scripts/build.sh'"