summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Cholasta2022-07-06 07:43:28 +0200
committerJan Cholasta2022-07-06 07:43:28 +0200
commit668e475fe4b4632be0b87ae6e98fe7bc097f0697 (patch)
tree1c846cc6116799e5ec9e23d6fffb9f78786f4a0a /PKGBUILD
parent88e76da2864d58b047ed0ca54dbed09c867194b9 (diff)
downloadaur-668e475fe4b4632be0b87ae6e98fe7bc097f0697.tar.gz
gzdoom-git-4.8pre+493+g989dcfcf1-1
* disable LTO
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
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')