Skip to content

Commit

Permalink
msys2-runtime: disable stripping msys2-runtime-devel
Browse files Browse the repository at this point in the history
My theory for msys2/msys2-pacman#52 is that the logic for identifying files that need to be stripped is picking up the .debug files, resulting the the debug info being stripped from them.  Try not stripping msys2-runtime-devel to see if the debug info is intact.
  • Loading branch information
jeremyd2019 committed May 14, 2024
1 parent a2bf343 commit 7db1f06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions msys2-runtime/PKGBUILD
Expand Up @@ -237,6 +237,7 @@ package_msys2-runtime-devel() {
depends=("msys2-runtime=${pkgver}")
conflicts=('libcatgets-devel' 'msys2-runtime-3.4-devel' 'msys2-runtime-3.5-devel')
replaces=('libcatgets-devel' 'msys2-runtime-3.5-devel')
options=('!strip')

mkdir -p "${pkgdir}"/usr/bin
cp -rLf "${srcdir}"/dest/usr/${CHOST}/include "${pkgdir}"/usr/
Expand Down

0 comments on commit 7db1f06

Please sign in to comment.