Skip to content
Snippets Groups Projects
Commit df42fa7d authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

configure: gcov should not exclude fortify-source


There is no reason other than history (dating back to commit 1d728c39, "tests: add gcov
support", 2013-01-06) for this, remove this unnecessary conditional.

Reviewed-by: default avatarMarc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 2ed197d6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment