From: wolf Date: Fri, 2 Aug 2002 11:56:59 +0000 (+0000) Subject: Re-enable warnings on anachronistic constructs for HP aCC X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a90bba8798863d0ce62820231a6dd782c6cf892b;p=dealii-svn.git Re-enable warnings on anachronistic constructs for HP aCC git-svn-id: https://svn.dealii.org/trunk@6314 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 46c54d3d6b..84bd6abea8 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -431,7 +431,7 @@ 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 -AA" + CXXFLAGSG="$CXXFLAGS -g1 -AA +p" CXXFLAGSO="$CXXFLAGS -z +O2 -AA" CXXFLAGSPIC="+Z" # for linking shared libs, -b is also necessary...