summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')