Real fix for mode switch segfault, not to mention collosal inline asm cleanups
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user