diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-10-07 16:08:35 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-10-07 16:08:35 (GMT) |
commit | 75567cbe8f6ec97df3db5b73f0c94625f63a4d0b (patch) | |
tree | b34f6f0f71bed343775349fa98150315cf133150 /release_docs | |
parent | d1adf43852c29d9c81372a83b5ed2a5b943c5c6d (diff) | |
download | hdf5-75567cbe8f6ec97df3db5b73f0c94625f63a4d0b.zip hdf5-75567cbe8f6ec97df3db5b73f0c94625f63a4d0b.tar.gz hdf5-75567cbe8f6ec97df3db5b73f0c94625f63a4d0b.tar.bz2 |
Merge from develop
github updates
bin scripts updates
parser changes
remove obsolete file
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/INSTALL b/release_docs/INSTALL index 868f193..b7f164e 100644 --- a/release_docs/INSTALL +++ b/release_docs/INSTALL @@ -354,7 +354,7 @@ CONTENTS `--enable-build-mode=debug'; to compile with optimizations (the default for supported public releases), say `--enable-build-mode=production'. For a 'clean slate' configuration - with optimization disabled and nothing turned on, + with optimization disabled and nothing turned on, say `--enable-build-mode=clean'. On some systems the library can also be compiled for profiling with gprof by saying `--enable-profiling'. @@ -362,7 +362,7 @@ CONTENTS $ ./configure --enable-build-mode=debug #symbolic debugging $ ./configure --enable-build-mode=production #optimized code $ ./configure --enable-build-mode=clean #'clean slate' - $ ./configure --enable-production=profile #for use with gprof + $ ./configure --enable-profiling #for use with gprof Regardless of whether support for symbolic debugging is enabled, the library can also perform runtime debugging of certain packages |