diff options
author | Claudia Pellegrino | 2025-02-12 08:53:40 +0100 |
---|---|---|
committer | Claudia Pellegrino | 2025-02-12 08:53:40 +0100 |
commit | 3233b495e705823c1ffab4748117f3fa2c1c98d0 (patch) | |
tree | 43ec9b5dfa3d8ceedbdb644b6d776f3d942d0b5a /PKGBUILD | |
parent | 02b44744788402a9016f872aee3ed4baf2e11489 (diff) | |
download | aur-3233b495e705823c1ffab4748117f3fa2c1c98d0.tar.gz |
Disable LTO, re-enable debug flag
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ pkgname=packetry pkgver=0.4.0 -pkgrel=1 +pkgrel=2 pkgdesc='USB 2.0 protocol analysis app for use with Cynthion' arch=('x86_64') url='https://github.com/greatscottgadgets/packetry' @@ -26,7 +26,7 @@ makedepends=( 'python-sphinx_rtd_theme' ) checkdepends=('at-spi2-core' 'xorg-server-xvfb') -options=('!debug') +options=('!lto') source=( "${pkgname}-${pkgver}.tar.gz::https://github.com/greatscottgadgets/packetry/archive/v${pkgver}.tar.gz" |