summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSylvia Waldron2024-03-06 16:36:22 -0600
committerSylvia Waldron2024-03-06 16:36:22 -0600
commit1ae73de4ad9667c34fc3ff70baab10b996af4c2a (patch)
treea44e337018e51c0a89174a92c094dc74c424ccc7 /PKGBUILD
parentc68a2901089656adbb872cb8920ce9b2d686ba3c (diff)
downloadaur-1ae73de4ad9667c34fc3ff70baab10b996af4c2a.tar.gz
Disable LTO
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f61e529dc5cb..de613dbbe631 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
pkgname=raze
pkgver=1.9.1
-pkgrel=1
+pkgrel=2
pkgdesc='Build engine port backed by GZDoom tech'
arch=('x86_64')
url='https://github.com/coelckers/Raze'
license=('custom:BUILD' 'GPL2')
+options=(!lto)
depends=('gtk3'
'hicolor-icon-theme'
'libgl'