From 1cfc85457552df654fdff521b2e18f9ec16065d3 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 28 May 2002 14:02:09 +0000 Subject: [PATCH] Add comment about what should be done for HP's aCC. git-svn-id: https://svn.dealii.org/trunk@5908 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/aclocal.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index fe3d2b1bdf..ea7042fe29 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -383,6 +383,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 +p +w -z -Aa -AA" CXXFLAGSO="$CXXFLAGS -A -Xa -z +O2 -Aa -AA" CXXFLAGSPIC="+Z" -- 2.39.5