mirror of https://github.com/xemu-project/xemu.git
split QEMU_CFLAGS very long line
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id:
This commit is contained in:
parent
a558ee1776
commit
867c16fd54
|
@ -1387,7 +1387,8 @@ CFLAGS="-g $CFLAGS"
|
|||
if test "$debug" = "no" ; then
|
||||
CFLAGS="-O2 $CFLAGS"
|
||||
fi
|
||||
QEMU_CFLAGS="-Wall -Wundef -Wendif-labels -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls $QEMU_CFLAGS"
|
||||
QEMU_CFLAGS="-Wall -Wundef -Wendif-labels -Wwrite-strings -Wmissing-prototypes $QEMU_CFLAGS"
|
||||
QEMU_CFLAGS="-Wstrict-prototypes -Wredundant-decls $QEMU_CFLAGS"
|
||||
LDFLAGS="-g $LDFLAGS"
|
||||
|
||||
# Consult white-list to determine whether to enable werror
|
||||
|
|
Loading…
Reference in New Issue