This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev: use objcopy to generate split debug symbol (#251)
* dev: use objcopy to generate split debug symbol * adjust order to upload stripped binary * simplify code * try make cross compile happy * adjust order again * fix binary size * use pwsh * fix musl * fix musl debug symbol path * fix * strip in macos * do not strip on macos
- Loading branch information
1 parent
fe3cf6e
commit e945a1e
Showing
2 changed files
with
59 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,4 +94,3 @@ embed-fonts = [] | |
|
||
[profile.release] | ||
debug = true | ||
split-debuginfo = "packed" |