ci: Strip Clang binaries

This commit is contained in:
Reg Tiangha 2024-04-29 18:41:28 -06:00 committed by OpenSauce
parent 09196d71bc
commit b2e63f2b49
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ cmake .. -G Ninja \
-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \ -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \
-DUSE_DISCORD_PRESENCE=ON -DUSE_DISCORD_PRESENCE=ON
ninja ninja
strip -s bin/Release/*
if [ "$TARGET" = "appimage" ]; then if [ "$TARGET" = "appimage" ]; then
ninja bundle ninja bundle

View File

@ -11,6 +11,7 @@ cmake .. -G Ninja \
-DUSE_DISCORD_PRESENCE=ON -DUSE_DISCORD_PRESENCE=ON
ninja ninja
ninja bundle ninja bundle
strip -s bundle/*.exe
ccache -s -v ccache -s -v