summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicola Murino2019-11-17 13:08:56 +0100
committerNicola Murino2019-11-17 13:08:56 +0100
commitae5df313697b0c115c5a898301d09b3ccf41a4e6 (patch)
tree531c3aaea7e4974da1ebdfa8194e3855d93bc687 /PKGBUILD
parent60750429e8154cedd21764e9b1b4b9ead2bb8c6d (diff)
downloadaur-ae5df313697b0c115c5a898301d09b3ccf41a4e6.tar.gz
linker flags: add -Wl,-O1,--sort-common,--as-needed
let's see if it breaks something
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7aecf1ab821..5b8799c99565 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-meson
pkgver=1
-pkgrel=14
+pkgrel=15
arch=('any')
pkgdesc="Meson wrapper for MinGW (mingw-w64)"
depends=('meson' 'mingw-w64-gcc' 'mingw-w64-pkg-config')
@@ -11,7 +11,7 @@ license=("GPL")
url="http://fedoraproject.org/wiki/MinGW"
source=("toolchain-mingw.meson"
"meson-mingw-wrapper")
-sha256sums=('d48aeb520edd7481cc70ce4c72759a2747f5c5fb44810aa80255b4eb951ef6f9'
+sha256sums=('5edb1a38b930dac378b79950d089451d49574516eeb2bce4e0cd6f50313096ee'
'c91f2bbcafad7b742f13c6bd46324a03b70066b348621ce6a20f4a05005985ef')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"