mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-23 16:20:57 +08:00
Fixed typo in optimization.
This commit is contained in:
parent
3632170737
commit
0ee5526c2c
@ -111,11 +111,11 @@ if test "X-gfortran" = "X-$f9x_vendor"; then
|
||||
################
|
||||
|
||||
if test $f9x_vers_major -le 4; then
|
||||
HIGH_OPT_CFLAGS="-O3"
|
||||
DEBUG_OPT_CFLAGS=
|
||||
HIGH_OPT_FCFLAGS="-O3"
|
||||
DEBUG_OPT_FCFLAGS=
|
||||
else
|
||||
HIGH_OPT_CFLAGS="-O3"
|
||||
DEBUG_OPT_CFLAGS="-Og"
|
||||
HIGH_OPT_FCFLAGS="-O3"
|
||||
DEBUG_OPT_FCFLAGS="-Og"
|
||||
fi
|
||||
NO_OPT_FCFLAGS="-O0"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user