summaryrefslogtreecommitdiffstats
path: root/games/heroes/files/patch-configure
blob: 69671e1f7c4e94177e7ecde474c52c15b74c3bd3 (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
26
27
28
29
--- configure.orig	Sat Mar 30 19:36:16 2002
+++ configure	Sat Apr  6 16:11:51 2002
@@ -13339,7 +13339,7 @@
         CFLAGS="$CFLAGS -ggdb3"
       else
         if test "${ac_cv_prog_cc_g}" = yes; then
-          CFLAGS="$CFLAGS -g"
+          CFLAGS="$CFLAGS"
         fi
       fi
       ;;
@@ -13347,7 +13347,7 @@
       ;;
     *)
       if test "${ac_cv_prog_cc_g}" = yes; then
-        CFLAGS="$CFLAGS -g"
+        CFLAGS="$CFLAGS"
       fi
       ;;
   esac
@@ -13367,7 +13367,7 @@
 int main(int argc, char *argv[]) { return argv[argc-1] == 0; }
 EOF
     cf_save_CFLAGS="$CFLAGS"
-  ac_cv_prog_gcc_opt_flags="-O3"
+  ac_cv_prog_gcc_opt_flags=""
   for cf_opt in \
     ffast-math \
     fstrict-aliasing \
OpenPOWER on IntegriCloud