diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2009-10-15 20:12:05 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2009-10-15 20:12:05 (GMT) |
commit | 22e4a9b874798c580f73b8ba22072123ef4a3ba1 (patch) | |
tree | 25bd93f62b3b744289cd3935c22681c1f467f29d /config | |
parent | 4486bc35bc112acb5f86be299599fb9ea72ed78d (diff) | |
download | hdf5-22e4a9b874798c580f73b8ba22072123ef4a3ba1.zip hdf5-22e4a9b874798c580f73b8ba22072123ef4a3ba1.tar.gz hdf5-22e4a9b874798c580f73b8ba22072123ef4a3ba1.tar.bz2 |
[svn-r17652] Maintenance: fixed a silly typo.
platforms tested: linew
Diffstat (limited to 'config')
-rw-r--r-- | config/solaris2.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/solaris2.x b/config/solaris2.x index 42cb699..5ef6415 100644 --- a/config/solaris2.x +++ b/config/solaris2.x @@ -69,7 +69,7 @@ if test "X-" = "X-$f9x_flags_set"; then FSEARCH_DIRS="" H5_FCFLAGS="$H5_FCFLAGS" DEBUG_FCFLAGS="-g" - PROD_FCFLAGS="-02" + PROD_FCFLAGS="-O2" PROFILE_FCFLAGS="" f9x_flags_set=yes fi |