[Xfce4-commits] [apps/xfce4-volumed-pulse] 27/62: Changed CFLAGS again in configure.ac

noreply at xfce.org noreply at xfce.org
Thu Sep 8 10:32:49 CEST 2016


This is an automated email from the git hooks/post-receive script.

ochosi pushed a commit to branch master
in repository apps/xfce4-volumed-pulse.

commit 0ebbdc3c2734f498965d9104b0f8d0a563a39806
Author: Steve Dodier <sidnioulz at gmail.com>
Date:   Sun Mar 6 12:29:43 2011 +0100

    Changed CFLAGS again in configure.ac
---
 ChangeLog    | 3 +++
 configure.ac | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index beeb5f6..2ac6d93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2001-03-06  Steve Dodier <sidnioulz at gmail.com>
+	* Changed CFLAGS again in configure.ac
+
 2011-03-03  Steve Dodier <sidnioulz at gmail.com>
 	* Removed deprecated "Encoding" entry in .desktop file (thanks to Samuli Suominen)
 
diff --git a/configure.ac b/configure.ac
index 46adf56..f003712 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,9 +57,9 @@ AM_CONDITIONAL(HAVE_LIBNOTIFY, [test "$HAVE_LIBNOTIFY" = "1"])
 
 
 if test "x$enable_debug" = "xyes"; then
-  CFLAGS="-g"
+  CFLAGS="$CFLAGS -g -O0"
 else
-  CFLAGS="$CFLAGS -O2 -DNDEBUG"
+  CFLAGS="-O2 -DNDEBUG $CFLAGS"
 fi
 
 AC_OUTPUT([

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list