[Xfce4-commits] [xfce/exo] 01/01: Drop CFLAGS overrirde, make default debug yes instead of full (Thanks Skunnyk)
noreply at xfce.org
noreply at xfce.org
Sat Jun 17 03:33:27 CEST 2017
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/exo.
commit 68d12a83f219a9382650e47a0ee0365bb240f68d
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Fri Jun 16 21:33:19 2017 -0400
Drop CFLAGS overrirde, make default debug yes instead of full (Thanks Skunnyk)
---
configure.ac.in | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index f22e78e..b5319f7 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -21,7 +21,7 @@ m4_define([libexo_version], [libexo_version_major().libexo_version_minor().libex
dnl ********************************************
dnl *** Full debug support for GIT snapshots ***
dnl ********************************************
-m4_define([libexo_debug_default], [ifelse(libexo_version_tag(), [git], [full], [minimum])])
+m4_define([libexo_debug_default], [ifelse(libexo_version_tag(), [git], [yes], [minimum])])
dnl ****************************
dnl *** For intltool support ***
@@ -193,8 +193,6 @@ dnl *** Check for linker optimizations ***
dnl **************************************
XDT_FEATURE_LINKER_OPTS()
-CFLAGS="$CFLAGS -Wno-error"
-
dnl ****************************************
dnl *** Check for ELF visibility support ***
dnl ****************************************
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list