From fc00bb02acd0b313eeb97663f85aaba9840b2477 Mon Sep 17 00:00:00 2001 From: Stefan Majer Date: Fri, 18 Aug 2023 09:13:02 +0200 Subject: [PATCH] strip is already done with actual ldflags (#206) --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 29fc527..5512d89 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,6 @@ build: -o bin/$(BINARY) \ github.com/metal-stack/metalctl - strip bin/$(BINARY) || true md5sum bin/$(BINARY) > bin/$(BINARY).md5 .PHONY: test