mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-08 03:33:44 -04:00
ci: Strip Clang binaries
This commit is contained in:
parent
71088a63be
commit
57385ebf5f
2 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ cmake .. -G Ninja \
|
|||
-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \
|
||||
-DUSE_DISCORD_PRESENCE=ON
|
||||
ninja
|
||||
strip -s bin/Release/*
|
||||
|
||||
if [ "$TARGET" = "appimage" ]; then
|
||||
ninja bundle
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ cmake .. -G Ninja \
|
|||
-DUSE_DISCORD_PRESENCE=ON
|
||||
ninja
|
||||
ninja bundle
|
||||
strip -s bundle/*.exe
|
||||
|
||||
ccache -s -v
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue