summaryrefslogtreecommitdiff
path: root/app-emulation/qemu/files/qemu-9999-cflags.patch
blob: 1c732a453a91cc8f99731537efb5e3f92b928fa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
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)