]> git.pld-linux.org Git - packages/qemu.git/blob - qemu-cflags.patch
- updated to 5.0.0; specific bluetooth support is gone
[packages/qemu.git] / qemu-cflags.patch
1 --- qemu-5.0.0/configure.orig   2020-05-25 07:18:02.653298508 +0200
2 +++ qemu-5.0.0/configure        2020-05-25 07:23:20.044912383 +0200
3 @@ -6258,12 +6258,8 @@
4  write_c_skeleton
5  
6  if test "$gcov" = "yes" ; then
7 -  QEMU_CFLAGS="-fprofile-arcs -ftest-coverage -g $QEMU_CFLAGS"
8 +  QEMU_CFLAGS="-fprofile-arcs -ftest-coverage $QEMU_CFLAGS"
9    QEMU_LDFLAGS="-fprofile-arcs -ftest-coverage $QEMU_LDFLAGS"
10 -elif test "$fortify_source" = "yes" ; then
11 -  CFLAGS="-O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 $CFLAGS"
12 -elif test "$debug" = "no"; then
13 -  CFLAGS="-O2 $CFLAGS"
14  fi
15  
16  if test "$have_asan" = "yes"; then
This page took 0.043268 seconds and 3 git commands to generate.