We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b9080 commit 21e7257Copy full SHA for 21e7257
Makefile
@@ -38,6 +38,7 @@ build:
38
39
package:
40
cd $(RELEASE_DIR); \
41
+ tar cvfz $(RELEASE_NAME)-dbgsym.tar.gz dragonfly ../LICENSE.md; \
42
objcopy \
43
--remove-section=".debug_*" \
44
--remove-section="!.debug_line" \
0 commit comments