summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2023-09-16 16:06:48 -0500
committerHurricanePootis2023-09-16 16:06:48 -0500
commit3418b2f12f5c6956f344f9e4e79d181bf2b4425b (patch)
tree0058baa6be5d449e105cc602faaae72f77b107f3
parentb6baaafe388c79ce1a3aa9524b2883656bcb4dbc (diff)
downloadaur-3418b2f12f5c6956f344f9e4e79d181bf2b4425b.tar.gz
Enable LTO
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5d735d742b2..d801633eaa0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = godot-mono-git
pkgdesc = An advanced, feature packed, multi-platform 2D and 3D game engine built properly
pkgver = 4.1.r1867.gba54c34
- pkgrel = 1
+ pkgrel = 2
url = https://godotengine.org/
arch = i686
arch = x86_64
@@ -40,7 +40,6 @@ pkgbase = godot-mono-git
provides = godot-mono-bin
conflicts = godot-mono
conflicts = godot-mono-bin
- options = !lto
source = git+https://github.com/godotengine/godot.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2317b515e7a4..a34d4155edf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,7 @@
_pkgname=godot-mono
pkgname=godot-mono-git
pkgver=4.1.r1867.gba54c34
-pkgrel=1
-options=("!lto")
+pkgrel=2
pkgdesc="An advanced, feature packed, multi-platform 2D and 3D game engine built properly"
arch=('i686' 'x86_64')
url="https://godotengine.org/"
@@ -40,7 +39,6 @@ build() {
CFLAGS="$CFLAGS -fPIC -Wl,-z,relro,-z,now -w -I/usr/include/mbedtls2" \
CXXFLAGS="$CXXFLAGS -fPIC -Wl,-z,relro,-z,now -w -I/usr/include/mbedtls2" \
LINKFLAGS="$LDFLAGS -L/usr/lib/mbedtls2" \
- lto=none \
arch=$CARCH \
builtin_embree=no \
builtin_enet=yes \