summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPaolo Bonzini2022-04-20 17:33:59 +0200
committerPaolo Bonzini2022-05-07 07:46:58 +0200
commit0a31e3a0a00f7cd3d1d7e8885a9b1f979fed3c20 (patch)
tree43c3cb40ebd7c4711e7ccedc1c4b3247d6efe071 /meson_options.txt
parentmeson: pass more options directly as -D (diff)
downloadqemu-0a31e3a0a00f7cd3d1d7e8885a9b1f979fed3c20.tar.gz
qemu-0a31e3a0a00f7cd3d1d7e8885a9b1f979fed3c20.tar.xz
qemu-0a31e3a0a00f7cd3d1d7e8885a9b1f979fed3c20.zip
configure: omit options with default values from meson command line
This has no functional change, it only makes the command line shorter and nicer. Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 15fe40c700..35f5a72507 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -78,7 +78,7 @@ option('xen', type: 'feature', value: 'auto',
description: 'Xen backend support')
option('xen_pci_passthrough', type: 'feature', value: 'auto',
description: 'Xen PCI passthrough support')
-option('tcg', type: 'feature', value: 'auto',
+option('tcg', type: 'feature', value: 'enabled',
description: 'TCG support')
option('tcg_interpreter', type: 'boolean', value: false,
description: 'TCG with bytecode interpreter (slow)')