Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
mise


Commits:
2170cc91 by DeepChirp at 2026-06-15T13:59:15+08:00
Enable LTO

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -50,7 +50,8 @@ build() {
 
   export OPENSSL_NO_VENDOR=true
 
-  cargo build --frozen --release --all-features
+  # use serious profile: 
https://github.com/jdx/mise/commit/44fc03b2f10d1d9d7e8242c965a957b3b0d42865
+  cargo build --frozen --profile=serious --all-features
 }
 
 check() {
@@ -68,7 +69,7 @@ package() {
   cd "${pkgname}-${pkgver}"
 
   # package
-  install --verbose -D --mode=0755 "target/release/${pkgname}" 
--target-directory "${pkgdir}/usr/bin"
+  install --verbose -D --mode=0755 "target/serious/${pkgname}" 
--target-directory "${pkgdir}/usr/bin"
 
   # disable self-update
   install --verbose -D --mode=0644 /dev/null 
"${pkgdir}/usr/lib/mise/.disable-self-update"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mise/-/commit/2170cc910ba28e8eb36dd962459ed349054857c3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mise/-/commit/2170cc910ba28e8eb36dd962459ed349054857c3
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to