Merge pull request #1821 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor_pr to develop
* commit '0ee5526c2c95dd77ee61b917b16adfcacbd3a540': Fixed typo in optimization.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user