diff options
Diffstat (limited to 'app-emulation/qemu/files')
-rw-r--r-- | app-emulation/qemu/files/qemu-9999-cflags.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-emulation/qemu/files/qemu-9999-cflags.patch b/app-emulation/qemu/files/qemu-9999-cflags.patch new file mode 100644 index 000000000000..1c732a453a91 --- /dev/null +++ b/app-emulation/qemu/files/qemu-9999-cflags.patch @@ -0,0 +1,12 @@ +--- a/configure ++++ b/configure +@@ -6349,9 +6349,6 @@ if test "$debug_info" = "yes"; then + CFLAGS="-g $CFLAGS" + LDFLAGS="-g $LDFLAGS" + fi +-if test "$debug" = "no"; then +- CFLAGS="-O2 $CFLAGS" +-fi + + case "$ARCH" in + alpha) |