mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-06 15:09:58 +01:00
ci: Strip Clang binaries
This commit is contained in:
parent
71088a63be
commit
57385ebf5f
@ -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…
x
Reference in New Issue
Block a user