]> git.pld-linux.org Git - packages/qemu.git/blame_incremental - qemu-cflags.patch
- partial update to 2.5.0 (TODO: few new unpackages files left)
[packages/qemu.git] / qemu-cflags.patch
... / ...
CommitLineData
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.106457 seconds and 4 git commands to generate.