[rhmessaging-commits] rhmessaging commits: r1433 - store/trunk/cpp.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu Dec 6 10:20:06 EST 2007


Author: aconway
Date: 2007-12-06 10:20:06 -0500 (Thu, 06 Dec 2007)
New Revision: 1433

Modified:
   store/trunk/cpp/rhm.spec.in
Log:
Build with optimized flags.


Modified: store/trunk/cpp/rhm.spec.in
===================================================================
--- store/trunk/cpp/rhm.spec.in	2007-12-06 13:08:31 UTC (rev 1432)
+++ store/trunk/cpp/rhm.spec.in	2007-12-06 15:20:06 UTC (rev 1433)
@@ -3,7 +3,7 @@
 #
 Name:           rhm
 Version:        @VERSION@
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Red Hat extensions to the Qpid messaging system
 Group:          System Environment/Libraries
 License:        LGPL
@@ -31,7 +31,7 @@
 %setup -q
 
 %build
-%configure --disable-static --disable-rpath
+%configure --disable-static --disable-rpath CXXFLAGS="-O3 -DNDEBUG"
 make %{?_smp_mflags}
 
 %install
@@ -80,6 +80,8 @@
 
 
 %changelog
+* Thu Dec 06 2007 Alan Conway <aconway at redhat.com> - 0.2-4
+- Build with optimized flags.
 * Thu Oct 04 2007 Nuno Santos <nsantos at redhat.com> - 0.2-2
 - Add rhmd init script
 * Wed Jul 25 2007 Nuno Santos <nsantos at redhat.com> - 0.2-1




More information about the rhmessaging-commits mailing list