From ae2a62d74673ba446f3041f5013bd6e8583d54f7 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 25 Mar 2002 13:05:25 +0000 Subject: [PATCH] No -fast for now for Sun Forte. Will set correct flags for this compiler later. git-svn-id: https://svn.dealii.org/trunk@5610 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index b604f91c7e..36d4a74654 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -320,7 +320,7 @@ AC_DEFUN(DEAL_II_SET_CXX_FLAGS, dnl sun_workshop | sun_forte) CXXFLAGSG="$CXXFLAGS -DDEBUG" - CXXFLAGSO="$CXXFLAGS -fast" + CXXFLAGSO="$CXXFLAGS" CXXFLAGSPIC="-KPIC" ;; -- 2.39.5