Fix debug compile flags so it doesn't crash
This commit is contained in:
@@ -114,7 +114,7 @@ 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 -fomit-frame-pointer -ggdb3"
|
||||||
NFLAGS="$NFLAGS -DDEBUG -s -O0" dnl it works now
|
NFLAGS="$NFLAGS -DDEBUG -s -O0" dnl it works now
|
||||||
ZSNESEXE="zsnesd"
|
ZSNESEXE="zsnesd"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user