Skip to content

Commit 21e7257

Browse files
authored
feat(release): Also bundle dragonfly-debug builds (#2424)
* feat(release): Also bundle dragonfly-debug builds
1 parent b3b9080 commit 21e7257

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ build:
3838

3939
package:
4040
cd $(RELEASE_DIR); \
41+
tar cvfz $(RELEASE_NAME)-dbgsym.tar.gz dragonfly ../LICENSE.md; \
4142
objcopy \
4243
--remove-section=".debug_*" \
4344
--remove-section="!.debug_line" \

0 commit comments

Comments
 (0)