[DO NOT MERGE] Try out experimental Go garbage-collector

Ref: https://github.com/golang/go/issues/73581
Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
This commit is contained in:
Bryan Boreham 2025-07-31 16:48:34 +01:00
parent cd7bfb81c2
commit b4562e5e2d

View File

@ -206,7 +206,7 @@ common-unused:
.PHONY: common-build
common-build: promu
@echo ">> building binaries"
$(PROMU) build --prefix $(PREFIX) $(PROMU_BINARIES)
GOEXPERIMENT=greenteagc $(PROMU) build --prefix $(PREFIX) $(PROMU_BINARIES)
.PHONY: common-tarball
common-tarball: promu