From 21e725774c9b39f5baa6f30bb5f6f6190a0f53e2 Mon Sep 17 00:00:00 2001 From: Tarun Pothulapati Date: Mon, 12 Feb 2024 21:55:23 +0530 Subject: [PATCH] feat(release): Also bundle dragonfly-debug builds (#2424) * feat(release): Also bundle dragonfly-debug builds --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 903c47acc..5cf62d2bb 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,7 @@ build: package: cd $(RELEASE_DIR); \ + tar cvfz $(RELEASE_NAME)-dbgsym.tar.gz dragonfly ../LICENSE.md; \ objcopy \ --remove-section=".debug_*" \ --remove-section="!.debug_line" \