aboutsummaryrefslogtreecommitdiff
path: root/audio/vorbis-tools/files/patch-configure
blob: b5a854e411a237a2902659f799740a536d254843 (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	2021-01-21 09:14:17 UTC
+++ configure
@@ -18084,7 +18084,7 @@ if test -z "$GCC"; then
                 ;;
         *)
                 DEBUG="-g"
-                CFLAGS="-O"
+                CFLAGS=""
                 PROFILE="-g -p"
                 ;;
         esac
@@ -18107,8 +18107,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