Enable stripping

This commit is contained in:
2025-10-26 15:35:12 +02:00
parent e1c000743a
commit 40ab904ada
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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
+1
View File
@@ -19,6 +19,7 @@ build() {
--enable-sdl \
--enable-tpm \
--enable-kvm \
--enable-strip \
--with-coroutine=ucontext
make
}