From fb26cfb87668cd7b87cf7cdea2ca1f8c367de1a2 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 15 Aug 2007 16:37:16 +0000 Subject: Build with -O3 -DNDEBUG for rpm release. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@566252 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/qpidc.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp') diff --git a/cpp/qpidc.spec.in b/cpp/qpidc.spec.in index 908a368cd6..60b96408ae 100644 --- a/cpp/qpidc.spec.in +++ b/cpp/qpidc.spec.in @@ -73,7 +73,7 @@ Qpid broker daemon. %setup -q %build -%configure --disable-static @SPEC_CONFIGURE_OPTS@ +%configure --disable-static @SPEC_CONFIGURE_OPTS@ CXXFLAGS="-O3 -DNDEBUG" make %{?_smp_mflags} # Remove this generated perl file, we don't need it and it upsets rpmlint. rm docs/api/html/installdox -- cgit v1.2.1