Update Makefile

This commit is contained in:
mzz 2024-06-25 02:35:14 +08:00 committed by GitHub
parent c3b69c705b
commit 4539f38224
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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