mirror of
https://aur.archlinux.org/firedragon.git
synced 2024-12-26 12:44:21 +00:00
Switch to mold linker
This commit is contained in:
parent
e1530c5763
commit
ce505d3e35
2
.SRCINFO
2
.SRCINFO
@ -26,11 +26,11 @@ pkgbase = firedragon
|
||||
makedepends = nodejs
|
||||
makedepends = cbindgen
|
||||
makedepends = nasm
|
||||
makedepends = mold
|
||||
makedepends = python-setuptools
|
||||
makedepends = python-zstandard
|
||||
makedepends = git
|
||||
makedepends = binutils
|
||||
makedepends = lld
|
||||
makedepends = dump_syms
|
||||
makedepends = wasi-compiler-rt>13
|
||||
makedepends = wasi-libc>=1:0+258+30094b6
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -16,8 +16,8 @@ license=(MPL GPL LGPL)
|
||||
url=https://gitlab.com/dr460nf1r3/settings/
|
||||
depends=(gtk3 libxt mime-types dbus-glib nss ttf-font libpulse ffmpeg)
|
||||
makedepends=(unzip zip diffutils yasm mesa imake inetutils xorg-server-xvfb
|
||||
autoconf2.13 rust clang llvm jack nodejs cbindgen nasm
|
||||
python-setuptools python-zstandard git binutils lld dump_syms
|
||||
autoconf2.13 rust clang llvm jack nodejs cbindgen nasm mold
|
||||
python-setuptools python-zstandard git binutils dump_syms
|
||||
'wasi-compiler-rt>13' 'wasi-libc>=1:0+258+30094b6' 'wasi-libc++>13' 'wasi-libc++abi>13' pciutils) # pciutils: only to avoid some PGO warning
|
||||
optdepends=('firejail-git: Sandboxing the browser using the included profiles'
|
||||
'profile-sync-daemon: Load the browser profile into RAM'
|
||||
|
Loading…
Reference in New Issue
Block a user