qemu-2.5.0-cflags.patch 410 B

1234567891011121314
  1. --- a/configure
  2. +++ b/configure
  3. @@ -4468,10 +4468,6 @@ fi
  4. if test "$gcov" = "yes" ; then
  5. CFLAGS="-fprofile-arcs -ftest-coverage -g $CFLAGS"
  6. LDFLAGS="-fprofile-arcs -ftest-coverage $LDFLAGS"
  7. -elif test "$fortify_source" = "yes" ; then
  8. - CFLAGS="-O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 $CFLAGS"
  9. -elif test "$debug" = "no"; then
  10. - CFLAGS="-O2 $CFLAGS"
  11. fi
  12. ##########################################