diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2021-10-13 11:46:09 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-02-21 10:35:53 +0100 |
commit | c55cf6ab03f4c4a7187452061f36e23ca03c78ee (patch) | |
tree | b56a1ed31b0b4fe6169ce503af55c095d0f13a3b /tests/qemu-iotests | |
parent | 8cc2d231b30799b45ce477e6cb472124456df4a4 (diff) |
configure, meson: move some default-disabled options to meson_options.txt
These do not depend on --with-default-features, so they become
booleans in meson too.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/qemu-iotests')
-rw-r--r-- | tests/qemu-iotests/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/meson.build b/tests/qemu-iotests/meson.build index 5be3c74127..9747bb68a5 100644 --- a/tests/qemu-iotests/meson.build +++ b/tests/qemu-iotests/meson.build @@ -1,4 +1,4 @@ -if have_tools and targetos != 'windows' +if have_tools and targetos != 'windows' and not get_option('gprof') qemu_iotests_binaries = [qemu_img, qemu_io, qemu_nbd, qsd] qemu_iotests_env = {'PYTHON': python.full_path()} qemu_iotests_formats = { |