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 | effbd83ce80c712b26b9c3bb38cd67867c95bbf1 (patch) | |
tree | 328ae2a551a9b139c3e00fc8bee687eb085262b3 | |
parent | 89fe6c7c4bd29ec554f43eff4672d497200745b7 (diff) | |
download | qpid-python-effbd83ce80c712b26b9c3bb38cd67867c95bbf1.tar.gz |
Build with -O3 -DNDEBUG for rpm release.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@566252 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | qpid/cpp/qpidc.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/qpidc.spec.in b/qpid/cpp/qpidc.spec.in index 908a368cd6..60b96408ae 100644 --- a/qpid/cpp/qpidc.spec.in +++ b/qpid/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 |