From: wolf Date: Mon, 29 Jul 2002 10:38:19 +0000 (+0000) Subject: Remove mostly all warning and error flags for acc, to see whether that X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf98ed4ba333e82c8c49b8dce73b1c734aeafc70;p=dealii-svn.git 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 --- 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... ;;