]> git.pld-linux.org Git - packages/qemu.git/blob - qemu-cflags.patch
bdc711253c8571e0134aab02260b99915573b84e
[packages/qemu.git] / qemu-cflags.patch
1 --- qemu-2.5.0/configure~       2015-12-21 22:27:18.000000000 +0100
2 +++ qemu-2.5.0/configure        2015-12-21 22:29:00.990327069 +0100
3 @@ -4494,12 +4494,8 @@
4  # After here, no more $cc or $ld runs
5  
6  if test "$gcov" = "yes" ; then
7 -  CFLAGS="-fprofile-arcs -ftest-coverage -g $CFLAGS"
8 +  CFLAGS="-fprofile-arcs -ftest-coverage $CFLAGS"
9    LDFLAGS="-fprofile-arcs -ftest-coverage $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  ##########################################
This page took 0.052443 seconds and 2 git commands to generate.