mirror of https://github.com/xemu-project/xemu.git
configure: remove duplicate help messages
These messages are already emitted by scripts/meson-parse-buildoptions.sh. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
008f6f20a5
commit
8eccdb9eb8
|
@ -1043,10 +1043,6 @@ Advanced options (experts only):
|
||||||
--enable-tsan enable thread sanitizer
|
--enable-tsan enable thread sanitizer
|
||||||
--disable-werror disable compilation abort on warning
|
--disable-werror disable compilation abort on warning
|
||||||
--disable-stack-protector disable compiler-provided stack protection
|
--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]
|
--cpu=CPU Build for host CPU [$cpu]
|
||||||
--with-coroutine=BACKEND coroutine backend. Supported options:
|
--with-coroutine=BACKEND coroutine backend. Supported options:
|
||||||
ucontext, sigaltstack, windows
|
ucontext, sigaltstack, windows
|
||||||
|
|
Loading…
Reference in New Issue