]> git.pld-linux.org Git - packages/qemu.git/blame_incremental - qemu-cflags.patch
- updated to 1.7.0
[packages/qemu.git] / qemu-cflags.patch
... / ...
CommitLineData
1--- qemu-1.7.0/configure.orig 2013-11-27 23:15:55.000000000 +0100
2+++ qemu-1.7.0/configure 2013-12-15 08:37:16.187664605 +0100
3@@ -332,10 +332,6 @@
4 QEMU_CFLAGS="-Wstrict-prototypes -Wredundant-decls $QEMU_CFLAGS"
5 QEMU_CFLAGS="-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE $QEMU_CFLAGS"
6 QEMU_INCLUDES="-I. -I\$(SRC_PATH) -I\$(SRC_PATH)/include"
7-if test "$debug_info" = "yes"; then
8- CFLAGS="-g $CFLAGS"
9- LDFLAGS="-g $LDFLAGS"
10-fi
11
12 # make source path absolute
13 source_path=`cd "$source_path"; pwd`
14@@ -3549,8 +3545,6 @@
15 if test "$gcov" = "yes" ; then
16 CFLAGS="-fprofile-arcs -ftest-coverage -g $CFLAGS"
17 LDFLAGS="-fprofile-arcs -ftest-coverage $LDFLAGS"
18-elif test "$debug" = "no" ; then
19- CFLAGS="-O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 $CFLAGS"
20 fi
21
22
This page took 0.022379 seconds and 4 git commands to generate.