[rygel] build: Build with no optimizations in debug mode
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [rygel] build: Build with no optimizations in debug mode
- Date: Fri, 23 Oct 2009 17:15:45 +0000 (UTC)
commit 5d7cc0f41d215f3262b537a27e50bad7cf0d573d
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Fri Oct 23 18:59:25 2009 +0300
build: Build with no optimizations in debug mode
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]