summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302019-11-19 22:07:38 +0100
committerM0Rf302019-11-19 22:07:38 +0100
commita38d7e69048cb9324fd0d3e23f48f313b6acaf7d (patch)
tree75d5a7fbdc8bd206c0ef09a7c47667b02299f509
parent3c80641101c38be5fc1cbd2b0d88e2b00f022b43 (diff)
downloadaur-a38d7e69048cb9324fd0d3e23f48f313b6acaf7d.tar.gz
xash3d-hlsdk: some optimization enabled
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f23988e8cb2d..4bd8e6fd1e4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,10 +14,7 @@ source=("$pkgname::git+https://github.com/FWGS/hlsdk-xash3d")
_args="--enable-goldsrc-support \
--build-type=release \
---enable-voicemgr \
---enable-lto \
---enable-poly-opt \
---strip"
+--enable-voicemgr"
if [ $CARCH == "x86_64" ]; then
_args+=" --libdir=/usr/lib32"