diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-07-16 16:40:56 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-07-16 16:40:56 (GMT) |
commit | 00f62b983a2f2051adfd4dd619c8db9148472347 (patch) | |
tree | d7afd1f8d6ab33c83a0b02a4aa98100fee7d0b6e /release_docs/RELEASE.txt | |
parent | 6e7e3dc8c7ddebf88cacf3c2d4495eb80a25feba (diff) | |
download | hdf5-00f62b983a2f2051adfd4dd619c8db9148472347.zip hdf5-00f62b983a2f2051adfd4dd619c8db9148472347.tar.gz hdf5-00f62b983a2f2051adfd4dd619c8db9148472347.tar.bz2 |
[svn-r4213] Purpose:
Bug fix... (sorta)
Description:
Added --enable-linux-lfs configure flag to have better control over whether
the enable large file support on Linux machines. Also removed the
-malign-double flag for gcc since it can potentially cause errors which
are difficult to detect.
Platforms tested:
Linix 2.2 & 2.4 (eirene and dangermouse)
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 377a4ea..c13cc08 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -66,6 +66,8 @@ Configuration * Changed the default value of $NPROCS from 2 to 3 since 3 processes have a much bigger chance catching parallel errors than just 2. * Basic port to Compaq (nee DEC) Alpha OSF 5. + * Added --enable-linux-lfs flag to allow more control over whether to enable + or disable large file support on Linux. Tools |