From c6f4dd1336b425914b942fec044180be8773e610 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Tue, 5 Jul 2005 22:37:54 +0000 Subject: [PATCH] Fix debug compile flags so it doesn't crash --- zsnes/src/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/configure.in b/zsnes/src/configure.in index 6f026b6f..fedf8ff6 100644 --- a/zsnes/src/configure.in +++ b/zsnes/src/configure.in @@ -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