[Xfce4-commits] [panel-plugins/xfce4-hardware-monitor-plugin] 61/96: Remove custom CXXFLAGS flags from build system

noreply at xfce.org noreply at xfce.org
Thu Nov 27 22:21:06 CET 2014


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

nick pushed a commit to branch master
in repository panel-plugins/xfce4-hardware-monitor-plugin.

commit dca39710e29879184e859d63849b413337551a46
Author: OmegaPhil <OmegaPhil at gmail.com>
Date:   Tue Jul 29 17:25:10 2014 +0100

    Remove custom CXXFLAGS flags from build system
---
 src/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 37b5ef9..9253f11 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -52,7 +52,7 @@ libhardware_monitor_la_LIBADD = \
                         $(DEPS_LIBS) $(SENSORS_LIBS)
 
 
-AM_CXXFLAGS = $(DEPS_CFLAGS) $(SENSORS_CFLAGS) -Wall -O3
+AM_CXXFLAGS = $(DEPS_CFLAGS) $(SENSORS_CFLAGS)
 
 glade_DATA = ui.glade
 gladedir = $(datadir)/$(PACKAGE_NAME)/glade

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


More information about the Xfce4-commits mailing list