From 42b64ad20f0bc3c16b5bd6ff051dd6d32c061a0b Mon Sep 17 00:00:00 2001 From: tradke Date: Wed, 26 Jun 2002 14:36:55 +0000 Subject: Changed the default optimization option for g77 from '-O' to '-O2'. This closes PR Cactus/1103. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2915 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/make/configure') diff --git a/lib/make/configure b/lib/make/configure index 49ceeb94..0e52c6fa 100755 --- a/lib/make/configure +++ b/lib/make/configure @@ -4547,7 +4547,7 @@ fi if test -z "$F77_OPTIMISE_FLAGS" ; then case "$F77" in g77) - F77_OPTIMISE_FLAGS="-O" + F77_OPTIMISE_FLAGS="-O2" ;; *) # Don't know a reasonable default. -- cgit v1.2.3