diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-09-11 13:12:11 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-09-30 19:09:19 +0200 |
commit | 27d551c00d5458d1deda33508dab7453959ca2c6 (patch) | |
tree | 303df74b795d66e37e49ab876ea09079a721a47e /trace | |
parent | 8a5701e54a1f6a355072751e40c0ef440a4402b3 (diff) | |
download | qemu-27d551c00d5458d1deda33508dab7453959ca2c6.zip qemu-27d551c00d5458d1deda33508dab7453959ca2c6.tar.gz qemu-27d551c00d5458d1deda33508dab7453959ca2c6.tar.bz2 |
meson: clean up build_by_default
Build all executables by default except for the known-broken ones.
This also allows running qemu-iotests without manually building
socket_scm_helper.
Reported-by: Max Reitz <mreitz@redhat.com>
Tested-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'trace')
-rw-r--r-- | trace/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/trace/meson.build b/trace/meson.build index b36937d..d5fc45c 100644 --- a/trace/meson.build +++ b/trace/meson.build @@ -70,7 +70,6 @@ foreach d : [ output: d[0], input: meson.source_root() / 'trace-events', command: [ tracetool, '--group=root', '--format=@0@'.format(d[1]), '@INPUT@' ], - build_by_default: true, # to be removed when added to a target capture: true) specific_ss.add(gen) endforeach |