From bed212149a24f559424fcd41c880a73f1771134c Mon Sep 17 00:00:00 2001 From: tradke Date: Wed, 31 Mar 2004 16:10:50 +0000 Subject: Set default optimization flags for gfortran compiler to '-O3 -funroll-loops'. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3628 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/known-architectures/linux | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'lib/make') diff --git a/lib/make/known-architectures/linux b/lib/make/known-architectures/linux index 26b5fbde..f7ad5c7a 100644 --- a/lib/make/known-architectures/linux +++ b/lib/make/known-architectures/linux @@ -123,10 +123,12 @@ else ;; gnu95) : ${LIBS="gfortran"} - : ${F77_DEBUG_FLAGS="-g"} - : ${F90_DEBUG_FLAGS="-g"} - : ${F77_WARN_FLAGS="-Wall"} - : ${F90_WARN_FLAGS="-Wall"} + : ${F77_DEBUG_FLAGS='-g'} + : ${F90_DEBUG_FLAGS='-g'} + : ${F77_WARN_FLAGS='-Wall'} + : ${F90_WARN_FLAGS='-Wall'} + : ${F77_OPTIMISE_FLAGS='-O3 -funroll-loops'} + : ${F90_OPTIMISE_FLAGS='-O3 -funroll-loops'} ;; pacific) if test "$LINUX_G77_USES_LIBG2C" = "yes" ; then -- cgit v1.2.3