Skip to content

Commit

Permalink
fix: disable LTO
Browse files Browse the repository at this point in the history
  • Loading branch information
Axelen123 committed Mar 9, 2024
1 parent 95816c6 commit 31cb767
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = grub-improved-luks2-git
pkgdesc = GNU GRand Unified Bootloader (2) with Argon2 support. Patch made by Patrick Steinhardt
pkgver = 2.12.r2.gb835601c7
pkgver = 2.12.r10.g04d2a50f3
pkgrel = 1
url = https://www.gnu.org/software/grub/
install = grub-improved-luks2-git.install
Expand All @@ -27,6 +27,7 @@ pkgbase = grub-improved-luks2-git
optdepends = os-prober: To detect other OSes when generating grub.cfg in BIOS systems
provides = grub
conflicts = grub
options = !lto
backup = etc/default/grub
backup = etc/grub.d/40_custom
source = grub::git+https://git.savannah.gnu.org/git/grub.git
Expand Down
3 changes: 2 additions & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ _build_platforms="x86_64-efi"

_pkgname="grub"
pkgname="${_pkgname}-improved-luks2-git"
pkgver=2.12.r2.gb835601c7
pkgver=2.12.r10.g04d2a50f3
pkgrel=1
pkgdesc="GNU GRand Unified Bootloader (2) with Argon2 support. Patch made by Patrick Steinhardt"
arch=('x86_64')
Expand Down Expand Up @@ -55,6 +55,7 @@ source=("grub::git+https://git.savannah.gnu.org/git/grub.git"
'add-GRUB_COLOR_variables.patch'
'detect-archlinux-initramfs.patch'
'grub.default')
options=(!lto)
sha256sums=('SKIP'
'SKIP'
'SKIP'
Expand Down

0 comments on commit 31cb767

Please sign in to comment.