diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2021-07-06 08:59:01 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-07-06 09:35:08 +0200 |
commit | 7ca6f2ad375d32e81844788dbc2b05a04cc391b5 (patch) | |
tree | fffaccdbd462f5eade1453226c1a6e8685f43adb /meson.build | |
parent | 3983a767e3d85008c1fb4b8618ac67bf5aee7527 (diff) | |
download | qemu-7ca6f2ad375d32e81844788dbc2b05a04cc391b5.zip qemu-7ca6f2ad375d32e81844788dbc2b05a04cc391b5.tar.gz qemu-7ca6f2ad375d32e81844788dbc2b05a04cc391b5.tar.bz2 |
config-host.mak: remove unused compiler-related lines
Most of the build is not done via Makefiles, therefore the toolchain
variables are mostly unused. They are still used by tests/tcg
and pc-bios/roms, but most of them are not needed there.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 8b61fdb..7e12de0 100644 --- a/meson.build +++ b/meson.build @@ -2765,7 +2765,6 @@ if targetos == 'windows' summary_info += {'Windows SDK': config_host['WIN_SDK']} endif endif -summary_info += {'ARFLAGS': config_host['ARFLAGS']} summary_info += {'CFLAGS': ' '.join(get_option('c_args') + ['-O' + get_option('optimization')] + (get_option('debug') ? ['-g'] : []))} |