From cf98ed4ba333e82c8c49b8dce73b1c734aeafc70 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 29 Jul 2002 10:38:19 +0000 Subject: [PATCH] Remove mostly all warning and error flags for acc, to see whether that reduces the sheer amount of messages somehow... git-svn-id: https://svn.dealii.org/trunk@6303 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/aclocal.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index ff2b8dda6e..21f190d90f 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 +p +w -z -Aa -AA" - CXXFLAGSO="$CXXFLAGS -z +O2 -Aa -AA" + CXXFLAGSG="$CXXFLAGS -g1" + CXXFLAGSO="$CXXFLAGS -z +O2" CXXFLAGSPIC="+Z" # for linking shared libs, -b is also necessary... ;; -- 2.39.5