]> git.pld-linux.org Git - packages/qemu.git/blame - qemu-cflags.patch
- options set closer to qemu-kvm.spec
[packages/qemu.git] / qemu-cflags.patch
CommitLineData
697b0ba8
PS
1--- qemu-1.2.0/configure.orig 2012-09-05 16:03:06.000000000 +0200
2+++ qemu-1.2.0/configure 2012-09-23 18:41:12.717279277 +0200
3@@ -281,10 +281,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)/fpu"
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@@ -2995,10 +2991,6 @@
3c6e2290
JR
15 # End of CC checks
16 # After here, no more $cc or $ld runs
17
18-if test "$debug" = "no" ; then
697b0ba8 19- CFLAGS="-O2 -D_FORTIFY_SOURCE=2 $CFLAGS"
3c6e2290
JR
20-fi
21-
697b0ba8
PS
22 # Disable zero malloc errors for official releases unless explicitly told to
23 # enable/disable
24 if test -z "$zero_malloc" ; then
This page took 0.027522 seconds and 4 git commands to generate.