mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 09:55:45 +02:00
remove symbols
This commit is contained in:
parent
285b16fabb
commit
b59942b3ed
1 changed files with 6 additions and 1 deletions
7
Makefile
7
Makefile
|
@ -46,7 +46,12 @@ package:
|
|||
dragonfly \
|
||||
$(RELEASE_NAME); \
|
||||
tar cvfz $(RELEASE_NAME).tar.gz $(RELEASE_NAME) ../LICENSE.md; \
|
||||
mv dfly_bench dfly_bench-$(BUILD_ARCH); \
|
||||
objcopy \
|
||||
--remove-section=".debug_*" \
|
||||
--remove-section="!.debug_line" \
|
||||
--compress-debug-sections \
|
||||
dfly_bench \
|
||||
dfly_bench-$(BUILD_ARCH); \
|
||||
tar cvfz dfly_bench-$(BUILD_ARCH).tar.gz dfly_bench-$(BUILD_ARCH)
|
||||
|
||||
release: configure build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue