aboutsummaryrefslogtreecommitdiff
path: root/audio/vorbis-tools/files/patch-configure
blob: b7cade5fb2976f3dfc629fd05a965d3d8a03350d (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	2010-03-26 07:07:20 UTC
+++ configure
@@ -20398,7 +20398,7 @@ if test -z "$GCC"; then
                 ;;
         *)
                 DEBUG="-g"
-                CFLAGS="-O"
+                CFLAGS=""
                 PROFILE="-g -p"
                 ;;
         esac
@@ -20421,8 +20421,8 @@ else
                 ;;
         *)
                 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