George Hu pushed to branch main at Arch Linux / Packaging / Packages / deno
Commits:
83adad68 by George Hu at 2026-02-25T22:13:56+08:00
Re-enable LTO
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -18,7 +18,6 @@ pkgbase = deno
depends = libgcc
depends = lcms2
depends = zstd
- options = !lto
source = git+https://github.com/denoland/deno.git#tag=v2.6.10
source = git+https://github.com/denoland/rusty_v8.git#tag=v145.0.0
source = compiler-rt-adjust-paths.patch
=====================================
PKGBUILD
=====================================
@@ -9,7 +9,6 @@ pkgdesc="A secure runtime for JavaScript and TypeScript"
arch=('x86_64')
url="https://deno.land"
license=('MIT')
-options=('!lto')
depends=('libgcc' 'lcms2' 'zstd')
makedepends=('git' 'python' 'rust' 'nodejs' 'gn' 'ninja' 'clang' 'lld' 'cmake'
'protobuf')
source=("git+https://github.com/denoland/deno.git#tag=v$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deno/-/commit/83adad6828cab9c790ea24116ff17053f916e190
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deno/-/commit/83adad6828cab9c790ea24116ff17053f916e190
You're receiving this email because of your account on gitlab.archlinux.org.