aboutsummaryrefslogtreecommitdiff
path: root/audio/vorbisgain/files/patch-configure
blob: 4c835faa8b738fe29839ca044f7f80a23ae9b96d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- configure.orig	2005-07-14 22:50:59 UTC
+++ configure
@@ -2838,7 +2838,7 @@ if test -z "$GCC"; then
         case $host in
         *)
                 DEBUG="-g"
-                CFLAGS="-O"
+                CFLAGS=""
                 PROFILE="-g -p"
                 ;;
         esac
@@ -2846,8 +2846,8 @@ else
         case $host in
         *)
                 DEBUG="-g -Wall -fsigned-char"
-                CFLAGS="-O2 -fsigned-char"
-                PROFILE="-O2 -g -pg -fsigned-char"
+                CFLAGS="-fsigned-char"
+                PROFILE="-g -pg -fsigned-char"
                 ;;
         esac
 fi