From: wolf Date: Thu, 1 Aug 2002 15:52:18 +0000 (+0000) Subject: Re-enable -AA for hp aCC X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e332d76b45a88b1bd7e301402dc0f58062505be5;p=dealii-svn.git Re-enable -AA for hp aCC git-svn-id: https://svn.dealii.org/trunk@6313 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 769ab309f2..46c54d3d6b 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -431,8 +431,8 @@ AC_DEFUN(DEAL_II_SET_CXX_FLAGS, dnl hp_aCC) dnl ??? disable warning 655 (about all-inlined functions) which dnl triggers for each and every of our DeclExceptionX calls ??? - CXXFLAGSG="$CXXFLAGS -g1" - CXXFLAGSO="$CXXFLAGS -z +O2" + CXXFLAGSG="$CXXFLAGS -g1 -AA" + CXXFLAGSO="$CXXFLAGS -z +O2 -AA" CXXFLAGSPIC="+Z" # for linking shared libs, -b is also necessary... ;; diff --git a/deal.II/configure b/deal.II/configure index b210e5223c..9ce36c9bd6 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -2376,8 +2376,8 @@ rm -f conftest.$ac_objext conftest.$ac_ext ;; hp_aCC) - CXXFLAGSG="$CXXFLAGS -g1" - CXXFLAGSO="$CXXFLAGS -z +O2" + CXXFLAGSG="$CXXFLAGS -g1 -AA" + CXXFLAGSO="$CXXFLAGS -z +O2 -AA" CXXFLAGSPIC="+Z" # for linking shared libs, -b is also necessary... ;;