Add !lto to options

This commit is contained in:
dr460nf1r3 2021-12-16 09:51:29 +01:00
parent c308d98011
commit f29b585fee
No known key found for this signature in database
GPG Key ID: B5C20B53B5FB19ED
2 changed files with 3 additions and 2 deletions

View File

@ -20,6 +20,7 @@ pkgbase = firedragon
makedepends = rust makedepends = rust
makedepends = xorg-server-xwayland makedepends = xorg-server-xwayland
makedepends = xorg-server-xvfb makedepends = xorg-server-xvfb
makedepends = python-pip
makedepends = autoconf2.13 makedepends = autoconf2.13
makedepends = clang makedepends = clang
makedepends = llvm makedepends = llvm

View File

@ -16,7 +16,7 @@ depends=(gtk3 libxt mime-types dbus-glib ffmpeg nss ttf-font libpulse
aom harfbuzz libvpx libjpeg zlib icu libevent pipewire aom harfbuzz libvpx libjpeg zlib icu libevent pipewire
kfiredragonhelper) kfiredragonhelper)
makedepends=(unzip zip diffutils yasm mesa imake inetutils ccache makedepends=(unzip zip diffutils yasm mesa imake inetutils ccache
rust xorg-server-xwayland xorg-server-xvfb rust xorg-server-xwayland xorg-server-xvfb python-pip
autoconf2.13 clang llvm jack nodejs cbindgen nasm autoconf2.13 clang llvm jack nodejs cbindgen nasm
python-setuptools python-psutil python-zstandard git binutils python-setuptools python-psutil python-zstandard git binutils
lld dump_syms wasi-compiler-rt wasi-libc wasi-libc++ wasi-libc++abi) lld dump_syms wasi-compiler-rt wasi-libc wasi-libc++ wasi-libc++abi)
@ -32,7 +32,7 @@ optdepends=('firejail-git: Sandboxing the browser using the included profiles'
'libappindicator-gtk3: Global menu support for GTK apps' 'libappindicator-gtk3: Global menu support for GTK apps'
'appmenu-gtk-module-git: Appmenu for GTK only' 'appmenu-gtk-module-git: Appmenu for GTK only'
'plasma5-applets-window-appmenu: Appmenu for Plasma only') 'plasma5-applets-window-appmenu: Appmenu for Plasma only')
options=(!emptydirs !makeflags !strip) options=(!emptydirs !makeflags !strip !lto)
conflicts=('firedragon-hg') conflicts=('firedragon-hg')
install=$pkgname.install install=$pkgname.install
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz