From: Zeeshan Ali (Khattak) Date: Fri, 23 Oct 2009 15:59:25 +0000 (+0300) Subject: build: Build with no optimizations in debug mode X-Git-Tag: RYGEL_0_4_4~56 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d7cc0f41d215f3262b537a27e50bad7cf0d573d;p=profile%2Fivi%2Frygel.git build: Build with no optimizations in debug mode --- diff --git a/configure.ac b/configure.ac index 3ccfa6a..0276dd6 100644 --- a/configure.ac +++ b/configure.ac @@ -110,7 +110,7 @@ AC_ARG_ENABLE(debug, [ --enable-debug enable debugging],, enable_debug=no) if test "x$enable_debug" = "xyes"; then - CFLAGS="$CFLAGS -g" + CFLAGS="$CFLAGS -O0 -g" fi # Strict compiler