Removed Files:
cpu/zstate.c
This commit is contained in:
@@ -114,8 +114,8 @@ if test x$debug = xyes; then
|
|||||||
dnl It is actually easier to debug zsnes with no optimization
|
dnl It is actually easier to debug zsnes with no optimization
|
||||||
dnl enabled.
|
dnl enabled.
|
||||||
|
|
||||||
CFLAGS="$CFLAGS -DDEBUG -O0 -fno-omit-frame-pointer -ggdb3"
|
CFLAGS="$CFLAGS -DDEBUG -O0 -fno-omit-frame-pointer -gstabs"
|
||||||
NFLAGS="$NFLAGS -DDEBUG -g -s -O0" dnl it works now
|
NFLAGS="$NFLAGS -DDEBUG -g -F stabs -s -O0"
|
||||||
ZSNESEXE="zsnesd"
|
ZSNESEXE="zsnesd"
|
||||||
else
|
else
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
@@ -137,8 +137,7 @@ if test x$debug != xyes; then
|
|||||||
AC_MSG_RESULT(586)
|
AC_MSG_RESULT(586)
|
||||||
;;
|
;;
|
||||||
i686-*-*)
|
i686-*-*)
|
||||||
CFLAGS="$CFLAGS -march=pentiumpro"
|
CFLAGS="$CFLAGS -march=pentium4 -mcpu=pentium4"
|
||||||
dnl CFLAGS="$CFLAGS -march=pentium3 -mmmx -msse -mfpmath=sse,387"
|
|
||||||
AC_MSG_RESULT(686)
|
AC_MSG_RESULT(686)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user