summaryrefslogtreecommitdiffstats
path: root/audio/vorbisgain/files/patch-configure
blob: a2d18cdbd30a2edd048a2d9d19430bbb5ae580c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

$FreeBSD$

--- 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