forked from mirrors/principia
Strip the binary when building AppImage
This commit is contained in:
parent
a6704c8d8e
commit
894d974316
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ ninja
|
|||
# Strip binary and create debug symbol file
|
||||
objcopy --only-keep-debug principia principia.debug
|
||||
objcopy --strip-debug --add-gnu-debuglink=principia.debug principia
|
||||
strip -s principia
|
||||
|
||||
# Install into AppDir
|
||||
ninja install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue