Strip the binary when building AppImage

This commit is contained in:
ROllerozxa 2025-12-04 20:16:28 +01:00
commit 894d974316

View file

@ -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