diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2020-10-03 20:32:57 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2020-10-03 20:32:57 (GMT) |
commit | 4ad5597525337a7a7ea308d899e6a7ccc30cc3df (patch) | |
tree | dcabc8ea5e320fe05c37c20b69427ce2d03f0f62 /release_docs | |
parent | 58d8eae182ac764ef15c3ed040a12a96aa4d16f0 (diff) | |
download | hdf5-4ad5597525337a7a7ea308d899e6a7ccc30cc3df.zip hdf5-4ad5597525337a7a7ea308d899e6a7ccc30cc3df.tar.gz hdf5-4ad5597525337a7a7ea308d899e6a7ccc30cc3df.tar.bz2 |
Correct entries related to --enable-build-mode and --enable-profiling in
INSTALL file, and remove obsolete SZIP paragraph from COPYING file.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/INSTALL | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/release_docs/INSTALL b/release_docs/INSTALL index fcf9602..d1addc9 100644 --- a/release_docs/INSTALL +++ b/release_docs/INSTALL @@ -351,15 +351,18 @@ CONTENTS so it can be debugged with gdb, dbx, ddd, etc., or it can be compiled with various optimizations. To compile for symbolic debugging (the default for snapshots), say - `--enable-build-mode=production'; to compile with optimizations + `--enable-build-mode=debug'; to compile with optimizations (the default for supported public releases), - say `--enable-build-mode=production'. On some systems the + say `--enable-build-mode=production'. For a 'clean slate' configuration + 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-production=profile'. + `--enable-profiling'. $ ./configure --enable-build-mode=debug #symbolic debugging $ ./configure --enable-build-mode=production #optimized code - $ ./configure --enable-production=profile #for use with gprof + $ ./configure --enable-build-mode=clean #'clean slate' + $ ./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 |