mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
configure: gcov should not exclude fortify-source
There is no reason other than history (dating back to commit 1d728c3946
, "tests: add gcov
support", 2013-01-06) for this, remove this unnecessary conditional.
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
2ed197d66e
commit
df42fa7d47
1 changed files with 1 additions and 3 deletions
4
configure
vendored
4
configure
vendored
|
@ -2625,9 +2625,7 @@ fi
|
|||
|
||||
write_c_skeleton
|
||||
|
||||
if test "$gcov" = "yes" ; then
|
||||
:
|
||||
elif test "$fortify_source" = "yes" ; then
|
||||
if test "$fortify_source" = "yes" ; then
|
||||
QEMU_CFLAGS="-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 $QEMU_CFLAGS"
|
||||
debug=no
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue