Skip to content

Commit

Permalink
Disable LTO in arch pkgbuild generation
Browse files Browse the repository at this point in the history
  • Loading branch information
username227 authored and qu1ck committed Feb 21, 2024
1 parent 5786630 commit 550d116
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/generate_pkgbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@
arch=('x86_64')
license=('AGPL-3.0')
depends=('alsa-lib' 'cairo' 'desktop-file-utils' 'fontconfig' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libayatana-appindicator' 'libsoup' 'openssl' 'webkit2gtk')
makedepends=('rust>=1.69.0' 'nodejs>=16.0.0' 'npm')
makedepends=('rust>=1.69.0' 'nodejs>=16.0.0' 'npm' 'git')
source=("git+https://github.com/openscopeproject/TrguiNG#tag=v$pkgver"
"https://github.com/openscopeproject/TrguiNG/releases/download/v$pkgver/dbip.mmdb"
"TrguiNG.desktop"::"https://raw.githubusercontent.com/flathub/org.openscopeproject.TrguiNG/master/org.openscopeproject.TrguiNG.desktop")
noextract=('dbip.mmdb')
sha256sums=('SKIP'
'%DBIP_SHA256%'
'%DESKTOP_SHA256%')
options=('!lto')
prepare() {
cd "$srcdir/TrguiNG"
Expand Down

0 comments on commit 550d116

Please sign in to comment.