summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Cholasta2022-07-06 07:43:28 +0200
committerJan Cholasta2022-07-06 07:43:28 +0200
commit668e475fe4b4632be0b87ae6e98fe7bc097f0697 (patch)
tree1c846cc6116799e5ec9e23d6fffb9f78786f4a0a
parent88e76da2864d58b047ed0ca54dbed09c867194b9 (diff)
downloadaur-668e475fe4b4632be0b87ae6e98fe7bc097f0697.tar.gz
gzdoom-git-4.8pre+493+g989dcfcf1-1
* disable LTO
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 374846c09918..c70c9258f37a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -40,6 +40,7 @@ pkgbase = gzdoom-git
conflicts = gzdoom
replaces = gzdoom1-git
replaces = gzdoom-legacy-git
+ options = !lto
source = gzdoom::git+https://github.com/coelckers/gzdoom.git
source = gzdoom.desktop
source = 0001-Fix-file-paths.patch
diff --git a/PKGBUILD b/PKGBUILD
index 5e2cbd35119f..e4c2f66d1b66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,6 +37,7 @@ optdepends_x86_64=('vulkan-driver: Vulkan renderer'
provides=('gzdoom')
conflicts=('gzdoom')
replaces=('gzdoom1-git' 'gzdoom-legacy-git')
+options=(!lto)
source=('gzdoom::git+https://github.com/coelckers/gzdoom.git'
'gzdoom.desktop'
'0001-Fix-file-paths.patch')