diff options
author | Paolo Bonzini | 2022-05-13 11:37:57 +0200 |
---|---|---|
committer | Paolo Bonzini | 2022-05-14 12:33:45 +0200 |
commit | 8eccdb9eb84615291faef1257d5779ebfef7a0d0 (patch) | |
tree | 3634579e8c5ba98379cbc750b60d7dfd9ad9515f /configure | |
parent | configure: remove another dead variable (diff) | |
download | qemu-8eccdb9eb84615291faef1257d5779ebfef7a0d0.tar.gz qemu-8eccdb9eb84615291faef1257d5779ebfef7a0d0.tar.xz qemu-8eccdb9eb84615291faef1257d5779ebfef7a0d0.zip |
configure: remove duplicate help messages
These messages are already emitted by scripts/meson-parse-buildoptions.sh.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1043,10 +1043,6 @@ Advanced options (experts only): --enable-tsan enable thread sanitizer --disable-werror disable compilation abort on warning --disable-stack-protector disable compiler-provided stack protection - --audio-drv-list=LIST set audio drivers to try if -audiodev is not used - --block-drv-whitelist=L Same as --block-drv-rw-whitelist=L - --with-trace-file=NAME Full PATH,NAME of file to store traces - Default:trace-<pid> --cpu=CPU Build for host CPU [$cpu] --with-coroutine=BACKEND coroutine backend. Supported options: ucontext, sigaltstack, windows |