summaryrefslogtreecommitdiff
path: root/lib/make/configure
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-06-26 14:36:55 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-06-26 14:36:55 +0000
commit42b64ad20f0bc3c16b5bd6ff051dd6d32c061a0b (patch)
tree85711e0d608bb1bddcbb5b6dc54e62ca447bb770 /lib/make/configure
parentcaf2fae6b4bf91513a434cf14c9e704383d4de6d (diff)
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
Diffstat (limited to 'lib/make/configure')
-rwxr-xr-xlib/make/configure2
1 files changed, 1 insertions, 1 deletions
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.