summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 951f94f..054eca4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,8 +24,8 @@ b2sums=('00392974707d9a11e626ac7855fcb27780492b7bead020f6849726ad39833d9ada288ba
build() {
cd ${_pkgname}-${pkgver}
- export CFLAGS="$CFLAGS -O3 -fstack-protector-all -flto=4 -fPIC"
- export CXXFLAGS="$CXXFLAGS -O3 -fstack-protector-all -flto=4 -fPIC"
+ export CFLAGS="$CFLAGS -O3 -fstack-protector-all -flto=auto -fPIC"
+ export CXXFLAGS="$CXXFLAGS -O3 -fstack-protector-all -flto=auto -fPIC"
./configure --prefix=/usr --sysconfdir=/etc --enable-shared --enable-sys-lua \
--enable-client=qt --enable-fcmp=qt --enable-fcdb=sqlite3 --enable-aimodules
make