[grilo-plugins/0.1.x] build: Do not build with debug options by default
- From: Juan A. Suarez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins/0.1.x] build: Do not build with debug options by default
- Date: Fri, 1 Jul 2011 16:39:25 +0000 (UTC)
commit 8f34a645ca7c428d3da2e178645eb89f3f9c71ed
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date: Fri Jul 1 15:18:40 2011 +0000
build: Do not build with debug options by default
Signed-off-by: Juan A. Suarez Romero <jasuarez igalia com>
configure.ac | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 96feb3c..505d6f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -68,10 +68,11 @@ GRLNET_NAME=grilo-net-${GRL_VERSION}
AC_ARG_ENABLE(debug,
AC_HELP_STRING([--enable-debug],
- [include debug symbols (default: no)]),,
+ [include debug symbols (default: no)]),,
[enable_debug=no])
if test "x$enable_debug" = "xyes"; then
+ AC_MSG_WARN("Configuring with debugging options enabled!")
CFLAGS="$CFLAGS -g3 -O0"
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]