From 40ab904ada88e1bd7a177ee16c639c49093192c7 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 26 Oct 2025 15:35:12 +0200 Subject: [PATCH] Enable stripping --- pkg.info | 2 +- source.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg.info b/pkg.info index 5ca3827..1aa994a 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: qemu description: A generic and open source machine emulator and virtualizer version: 10.1.2 -revision: 1 +revision: 2 url: https://www.qemu.org/ license: GPL2-only,LGPL2.1-only architecture: any diff --git a/source.sh b/source.sh index 4b14ae9..afb817f 100644 --- a/source.sh +++ b/source.sh @@ -19,6 +19,7 @@ build() { --enable-sdl \ --enable-tpm \ --enable-kvm \ + --enable-strip \ --with-coroutine=ucontext make }