diff --git a/.ci/linux.sh b/.ci/linux.sh index a671a02c5..0fd5aab46 100755 --- a/.ci/linux.sh +++ b/.ci/linux.sh @@ -20,6 +20,7 @@ cmake .. -G Ninja \ -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \ -DUSE_DISCORD_PRESENCE=ON ninja +strip -s bin/Release/* if [ "$TARGET" = "appimage" ]; then ninja bundle diff --git a/.ci/windows.sh b/.ci/windows.sh index 825f6ca4e..db7ea6255 100644 --- a/.ci/windows.sh +++ b/.ci/windows.sh @@ -11,6 +11,7 @@ cmake .. -G Ninja \ -DUSE_DISCORD_PRESENCE=ON ninja ninja bundle +strip -s bundle/*.exe ccache -s -v