summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Agner2019-01-11 22:11:02 +0100
committerStefan Agner2019-01-11 22:11:02 +0100
commit6988bafb4ce8071b3512205c852be0c0a1de4495 (patch)
treeff9c2e04229de331d07934a748e74dfcf5d2c1ed
parentcbe8702192712ce4168be5ce73d1a98193f8a4b4 (diff)
downloadaur-6988bafb4ce8071b3512205c852be0c0a1de4495.tar.gz
remove features not required
This makes the binaries quite a bit smaller.
-rw-r--r--PKGBUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c4bf2cc9dcbf..8be0933bc8de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -54,7 +54,18 @@ build() (
--disable-libxml2 \
--disable-vde \
--disable-sdl \
+ --disable-opengl \
--disable-xen \
+ --disable-kvm \
+ --disable-fdt \
+ --disable-vhost-net \
+ --disable-vhost-crypto \
+ --disable-vhost-user \
+ --disable-vhost-vsock \
+ --disable-vhost-scsi \
+ --disable-tpm \
+ --disable-qom-cast-debug \
+ --disable-capstone \
--static
make ARFLAGS="rc"