diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2019-06-12 19:13:48 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2019-06-12 19:13:48 (GMT) |
commit | 6e1dc507240fba447c79827897b099e91b9dd5c1 (patch) | |
tree | 7e6ad0fa98b8109b3700c380d1c2ec31d29853e6 /release_docs/RELEASE.txt | |
parent | 5385f032dd5aaf9a09c2a86374c0d3a826e41010 (diff) | |
download | hdf5-6e1dc507240fba447c79827897b099e91b9dd5c1.zip hdf5-6e1dc507240fba447c79827897b099e91b9dd5c1.tar.gz hdf5-6e1dc507240fba447c79827897b099e91b9dd5c1.tar.bz2 |
Add release note for enable-tools and enable-tests options.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 6d1c8b2..afce83f 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -48,6 +48,18 @@ New Features Configuration: ------------- + - Add options to enable or disable building tools and tests + + Configure options --enable-tests and --enable-tools were added for + autotools configure. These options are enabled by default, and can be + disabled with either --disable-tests (or tools) or --enable-tests=no + (or --enable-tools=no). Build time is reduced ~20% when tools are + disabled, 35% when tests are disabled, 45% when both are disabled. + Reenabling them after the initial build requires running configure + again with the option(s) enabled. + + (LRK - 2019/06/12, HDFFV-9976) + - Change tools test that test the error stack There are some use cases which can cause the error stack of tools to be |