From 5757164b714158ba573f354b1f0cfdef3e648d18 Mon Sep 17 00:00:00 2001 From: grinvader <> Date: Sat, 19 Feb 2005 22:23:19 +0000 Subject: [PATCH] Dammit, overwritten with my custom file. Reverted back to normal. --- zsnes/src/configure.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/zsnes/src/configure.in b/zsnes/src/configure.in index 882ec945..8860e46d 100644 --- a/zsnes/src/configure.in +++ b/zsnes/src/configure.in @@ -114,8 +114,8 @@ if test x$debug = xyes; then dnl It is actually easier to debug zsnes with no optimization dnl enabled. - CFLAGS="$CFLAGS -DDEBUG -O0 -fno-omit-frame-pointer -gstabs" - NFLAGS="$NFLAGS -DDEBUG -g -F stabs -s -O0" + CFLAGS="$CFLAGS -DDEBUG -O0 -fno-omit-frame-pointer -ggdb3" + NFLAGS="$NFLAGS -DDEBUG -g -s -O0" dnl it works now ZSNESEXE="zsnesd" else AC_MSG_RESULT(no) @@ -137,7 +137,8 @@ if test x$debug != xyes; then AC_MSG_RESULT(586) ;; i686-*-*) - CFLAGS="$CFLAGS -march=pentium4 -mcpu=pentium4" + CFLAGS="$CFLAGS -march=pentiumpro" + dnl CFLAGS="$CFLAGS -march=pentium3 -mmmx -msse -mfpmath=sse,387" AC_MSG_RESULT(686) ;; *)