From 4539f38224d0f0ba74ac5cc6861bed8d12e4bffc Mon Sep 17 00:00:00 2001 From: mzz <2017@duck.com> Date: Tue, 25 Jun 2024 02:35:14 +0800 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2fe93e0..5b15e9f 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ dae: ebpf $(info CC=$(CC)) $(info GOARCH=$(GOARCH)) go build -tags=$(shell cat $(BUILD_TAGS_FILE)) -o $(OUTPUT) $(GO_BUILD_ARGS) . - @$(STRIP) $(OUTPUT) || llvm-strip $(OUTPUT) || strip $(OUTPUT) || true + @$(STRIP) $(OUTPUT) || strip $(OUTPUT) || true ## End Dae Build ## Begin Git Submodules