Real fix for mode switch segfault, not to mention collosal inline asm cleanups

This commit is contained in:
theoddone33
2002-02-27 07:06:23 +00:00
parent adede569d1
commit b5f7ed85fd
2 changed files with 30 additions and 77 deletions

View File

@@ -124,7 +124,7 @@ 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 -ggdb3"
CFLAGS="$CFLAGS -DDEBUG -O0 -fomit-frame-pointer -ggdb3"
NFLAGS="$NFLAGS -DDEBUG -g -s"
ZSNESEXE="zsnesd"
else