Lines 1-5
Link Here
|
1 |
--- configure.in.orig Sat Mar 24 13:26:19 2001 |
1 |
--- configure.in.orig Sat Jun 30 16:38:55 2001 |
2 |
+++ configure.in Mon Apr 30 02:19:53 2001 |
2 |
+++ configure.in Sat Jun 30 16:42:42 2001 |
3 |
@@ -79,12 +79,12 @@ |
3 |
@@ -79,12 +79,12 @@ |
4 |
if test "$with_sdl" != "no" ; then |
4 |
if test "$with_sdl" != "no" ; then |
5 |
AC_CHECK_PROG(SDL_CONFIG, sdl-config, yes) |
5 |
AC_CHECK_PROG(SDL_CONFIG, sdl-config, yes) |
Lines 17-34
Link Here
|
17 |
AC_MSG_WARN(SDL found but headers are missing!!) |
17 |
AC_MSG_WARN(SDL found but headers are missing!!) |
18 |
with_sdl=no |
18 |
with_sdl=no |
19 |
])], [with_sdl=no], $SDL_LIBS) |
19 |
])], [with_sdl=no], $SDL_LIBS) |
20 |
@@ -152,13 +152,7 @@ |
20 |
@@ -189,7 +189,7 @@ |
21 |
*486*) CFLAGS="$CFLAGS -m486" ;; |
21 |
yes|full) |
22 |
esac |
22 |
AC_MSG_RESULT(producing heavily optimized code) |
|
|
23 |
|
24 |
-CFLAGS="$CFLAGS -O3" |
25 |
+CFLAGS="$CFLAGS" |
26 |
|
27 |
case `uname -m` in |
28 |
i?86) CFLAGS="$CFLAGS -DALLOW_UNALIGNED_IO" ;; |
29 |
@@ -214,7 +214,7 @@ |
30 |
low) |
31 |
|
32 |
AC_MSG_RESULT(using minimal optimizations) |
33 |
-CFLAGS="$CFLAGS -O3" ;; |
34 |
+CFLAGS="$CFLAGS" ;; |
23 |
|
35 |
|
24 |
-CFLAGS="$CFLAGS -O3 -DALLOW_UNALIGNED_IO \ |
|
|
25 |
- -fstrength-reduce -fthread-jumps \ |
26 |
- -fcse-follow-jumps -fcse-skip-blocks -frerun-cse-after-loop \ |
27 |
- -fschedule-insns -fschedule-insns2 -fexpensive-optimizations \ |
28 |
- -fforce-mem -fforce-addr" ;; |
29 |
-*) CFLAGS="$CFLAGS -O3" ;; |
30 |
- |
31 |
+CFLAGS="$CFLAGS -DALLOW_UNALIGNED_IO" ;; |
32 |
esac |
36 |
esac |
33 |
|
37 |
|
34 |
if test "$enable_debug" != yes -a "$enable_profile" != yes ; then |
|
|