From caf350eec56d82ff47485fc006ea67271f8d5530 Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Sat, 21 Dec 2024 18:37:32 +0000 Subject: [PATCH] Try GOAMD64=v3 for performance Should generate more powerful instructions. Signed-off-by: Bryan Boreham --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index fc47bdbb2..82ca54ec3 100644 --- a/Makefile.common +++ b/Makefile.common @@ -201,7 +201,7 @@ common-unused: .PHONY: common-build common-build: promu @echo ">> building binaries" - $(PROMU) build --prefix $(PREFIX) $(PROMU_BINARIES) + GOAMD64=v3 $(PROMU) build --prefix $(PREFIX) $(PROMU_BINARIES) .PHONY: common-tarball common-tarball: promu