mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
feat(release): Also bundle dragonfly-debug builds (#2424)
* feat(release): Also bundle dragonfly-debug builds
This commit is contained in:
parent
b3b9080901
commit
21e725774c
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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" \
|
||||
|
|
Loading…
Reference in a new issue