diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2023-05-11 09:38:53 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-05-18 13:35:28 +0200 |
commit | c0e705c6800a1f98c8cb3795ce66f5a48d4e33aa (patch) | |
tree | 6e8eccda080cc33834559cfbfa25f216e2511db8 /configure | |
parent | 13f60de816cc88577e2432014b84d702cc082160 (diff) |
build: move --disable-debug-info to meson
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -693,10 +693,6 @@ for opt do ;; --cross-prefix-*) ;; - --enable-debug-info) meson_option_add -Ddebug=true - ;; - --disable-debug-info) meson_option_add -Ddebug=false - ;; --enable-docs) docs=enabled ;; --disable-docs) docs=disabled @@ -972,7 +968,6 @@ cat << EOF bsd-user all BSD usermode emulation targets pie Position Independent Executables debug-tcg TCG debugging (default is disabled) - debug-info debugging information NOTE: The object files are built at the place where configure is launched EOF |