diff options
Diffstat (limited to 'tests/qemu-iotests/meson.build')
-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 44761e1e4d..53847cb98f 100644 --- a/tests/qemu-iotests/meson.build +++ b/tests/qemu-iotests/meson.build @@ -1,4 +1,4 @@ -if not have_tools or targetos == 'windows' or get_option('gprof') +if not have_tools or targetos == 'windows' subdir_done() endif |