summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Singer2017-05-18 18:17:32 +0200
committerFelix Singer2017-05-18 18:17:32 +0200
commit21609a204b794078de9718a3444216ca3f596be5 (patch)
tree9382b9a4e0b36163661bbdb27ace3c6ae9d078ab /PKGBUILD
parent8bdc44aaa4c816aa623d4f1393e94f9d7298bf24 (diff)
downloadaur-21609a204b794078de9718a3444216ca3f596be5.tar.gz
Remove optimize parameter
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6aa16ad9f60f..32048dcebeb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ build() {
cd $srcdir/mumble-${pkgver//_/\~}~snapshot
qmake-qt5 main.pro \
- CONFIG+="no-client no-bonjour no-ice optimize" \
+ CONFIG+="no-client no-bonjour no-ice" \
INCLUDEPATH+="/usr/include/openssl-1.0" \
QMAKE_LFLAGS+="-L/usr/lib/openssl-1.0 -lssl -lcrypto"