diff options
author | Alan Conway <aconway@apache.org> | 2007-08-15 16:37:16 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-08-15 16:37:16 +0000 |
commit | fb26cfb87668cd7b87cf7cdea2ca1f8c367de1a2 (patch) | |
tree | 49ce99939a9d70832f04c5e32426b92b91bb200d /cpp | |
parent | e032642a1a5706ea8654e1f010106d722ee10f89 (diff) | |
download | qpid-python-fb26cfb87668cd7b87cf7cdea2ca1f8c367de1a2.tar.gz |
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
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/qpidc.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |