summaryrefslogtreecommitdiffstats
path: root/audio/vorbisgain/files/patch-configure
blob: 6f419dc27d708bbf5bb522ea68f961941a7757fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- configure.orig	Mon Oct 13 17:05:18 2003
+++ configure	Mon Oct 13 17:05:36 2003
@@ -2450,7 +2450,7 @@
         case $host in
         *)
                 DEBUG="-g"
-                CFLAGS="-O"
+                CFLAGS=""
                 PROFILE="-g -p"
                 ;;
         esac
@@ -2458,8 +2458,8 @@
         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
OpenPOWER on IntegriCloud