From c0e705c6800a1f98c8cb3795ce66f5a48d4e33aa Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Thu, 11 May 2023 09:38:53 +0200 Subject: build: move --disable-debug-info to meson Signed-off-by: Paolo Bonzini --- configure | 5 ----- 1 file changed, 5 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 52740c3a46..8e1c535ffb 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3