mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-21 15:11:20 +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
Makefile
1
Makefile
@ -38,6 +38,7 @@ build:
|
|||||||
|
|
||||||
package:
|
package:
|
||||||
cd $(RELEASE_DIR); \
|
cd $(RELEASE_DIR); \
|
||||||
|
tar cvfz $(RELEASE_NAME)-dbgsym.tar.gz dragonfly ../LICENSE.md; \
|
||||||
objcopy \
|
objcopy \
|
||||||
--remove-section=".debug_*" \
|
--remove-section=".debug_*" \
|
||||||
--remove-section="!.debug_line" \
|
--remove-section="!.debug_line" \
|
||||||
|
Loading…
Reference in New Issue
Block a user