ports/emulators/generator/files/patch-configure.in
Matthew N. Dodd 398c8f81ad - Update to 0.34
- Add support for SDL Joysticks.
- Possibly run on more than i386.
2003-04-07 06:42:33 +00:00

11 lines
486 B
Text

--- configure.in.orig Sat Oct 20 15:34:19 2001
+++ configure.in Mon Apr 7 02:18:22 2003
@@ -118,7 +118,7 @@
else
if [[ "x$GCCVER" != "xno" ]]; then
AC_MSG_RESULT(Turning on gcc optimisations)
- CFLAGS="$CFLAGS -O3 -ffast-math -fomit-frame-pointer"
+ CFLAGS="$CFLAGS -ffast-math -fomit-frame-pointer"
if [[ "x$GCCVER" = "x3" ]]; then
AC_MSG_RESULT(Turning on gcc 3 optimisations)
CFLAGS="$CFLAGS -minline-all-stringops -fno-math-errno"