Skip to content

Commit 0e2f98a

Browse files
proton-ge-custom-*: remove pestrip
Also workaround for #4699, with just !strip, x86_64-windows/ntoskrnl.exe is still much smaller than AUR one. Maybe pestrip works in archlinuxcn build machine?
1 parent c3c6a09 commit 0e2f98a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

archlinuxcn/proton-ge-custom-bin/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ optdepends=(
5656
'winetricks: protonfixes backend'
5757
'xboxdrv: gamepad driver service'
5858
)
59-
options=(emptydirs !strip pestrip)
59+
options=(emptydirs !strip)
6060

6161
source=(
6262
"${pkgname}_${_tag}.tar.gz::${url}/releases/download/${_tag}/${_tag}.tar.gz"

archlinuxcn/proton-ge-custom-opt/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pkgdesc="Compatibility tool for Steam Play based on Wine and additional componen
1414
url="https://github.com/GloriousEggroll/proton-ge-custom"
1515
arch=(x86_64 x86_64_v3)
1616
# LTO lead to vkd3d FTBFS
17-
options=(!staticlibs !lto emptydirs !strip pestrip)
17+
options=(!staticlibs !lto emptydirs !strip)
1818
license=('BSD-3-Clause AND LGPL-2.1-or-later AND Zlib AND MIT AND MPL-2.0 AND OFL-3.0 AND LicenseRef-STEAMWORKS-SDK-license')
1919
provides=('proton' "proton-ge-custom=${pkgver}")
2020
conflicts=('proton-ge-custom')

0 commit comments

Comments
 (0)