summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authordpopat <dpopat@jelly.ad.hdfgroup.org>2019-07-24 19:29:57 (GMT)
committerdpopat <dpopat@jelly.ad.hdfgroup.org>2019-07-24 19:29:57 (GMT)
commitead5801deafa4955b6438324794940d757a6a2c5 (patch)
tree5c00b9a63b07422f91d7abcd8f2124e97bb7a242 /release_docs
parent11accd4c230c0a0545677da46ec31bddd9b2e504 (diff)
downloadhdf5-ead5801deafa4955b6438324794940d757a6a2c5.zip
hdf5-ead5801deafa4955b6438324794940d757a6a2c5.tar.gz
hdf5-ead5801deafa4955b6438324794940d757a6a2c5.tar.bz2
Removed h5cc & h5redeploy in tools/misc
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 56783ad..c97acb2 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -56,6 +56,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.
+
+ (DAP - 2019/07/24, HDFFV-9976)
+
- Add toolchain and cross-compile support
Added info on using a toolchain file to INSTALL_CMAKE.txt. A