From f514f3a017029bcc68fab25c8b84be4e6122709d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 6 Sep 2006 22:53:24 +0000 Subject: Fixed -O flags for debug builds git-svn-id: http://svn.drobilla.net/lad/patchage@117 a436a847-0d15-0410-975c-d299462d15a1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f905467..8a68bc7 100644 --- a/configure.ac +++ b/configure.ac @@ -74,7 +74,7 @@ AC_ARG_ENABLE(debug, [debug="$enableval"]) if test "$debug" = "yes"; then # Useless POS gnomecanvasmm doesn't build w/ -pedantic - CFLAGS="-O1 -g -DDEBUG" + CFLAGS="-O0 -g -DDEBUG" CXXFLAGS="$CFLAGS" else CFLAGS="$CFLAGS -DNDEBUG" -- cgit v1.2.1