Skip to content

Commit

Permalink
pkgbuilds: gdb-multiarch: Disable LTO
Browse files Browse the repository at this point in the history
There are some issues in gdb 13.2 when building with LTO that are fixed
upstream but the backports are not straight forward.

Just disable LTO for this package, it is not mission critical.

Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Dec 22, 2023
1 parent c779910 commit e259361
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgbuilds/gdb-multiarch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ depends=(glibc ncurses libncursesw.so gcc-libs expat xz mpfr source-highlight
readline libreadline.so guile python libelf)
makedepends=(texinfo boost)
backup=(etc/gdb/gdbinit)
options=(!lto) # too many errors at the moment
source=(https://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz{,.sig})
sha1sums=('bcd6b05a2565f4339e1187dae428fb58a000d690'
'SKIP')
Expand Down

0 comments on commit e259361

Please sign in to comment.