[gtranslator] build: Don't try to sed CFLAGS that are passed in
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtranslator] build: Don't try to sed CFLAGS that are passed in
- Date: Sun, 15 Mar 2015 12:22:44 +0000 (UTC)
commit d84dd266060a6f65739c93548a5d37b77f4c8858
Author: Kalev Lember <kalevlember gmail com>
Date: Sat Mar 14 17:24:54 2015 +0100
build: Don't try to sed CFLAGS that are passed in
configure.ac | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 42fe5fc..31df1ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -156,8 +156,6 @@ AC_ARG_ENABLE(debug,
,enable_debug=yes)
if test "x$enable_debug" = "xyes" ; then
CFLAGS="$CFLAGS -ggdb -DDEBUG"
-else
- CFLAGS="`echo $CFLAGS|sed -e s/-g.//g -e s/-ggdb//g`"
fi
AC_MSG_RESULT($enable_debug)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]