Fix debug compile flags so it doesn't crash

This commit is contained in:
pagefault
2005-07-05 22:37:54 +00:00
parent ca61e4cf9d
commit c6f4dd1336

View File

@@ -114,7 +114,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 -s -O0" dnl it works now
ZSNESEXE="zsnesd"
else