diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-03-22 06:57:31 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-03-22 06:57:31 (GMT) |
commit | 944ff245456737c70482bc6d085526cf2e2addf6 (patch) | |
tree | 1ffa74ef559fe04fddc4d13a96312858d750b698 | |
parent | f2467d1b0eb94641d4664566c6211290f12698e0 (diff) | |
download | hdf5-944ff245456737c70482bc6d085526cf2e2addf6.zip hdf5-944ff245456737c70482bc6d085526cf2e2addf6.tar.gz hdf5-944ff245456737c70482bc6d085526cf2e2addf6.tar.bz2 |
[svn-r29498] Switched autotools default build mode to production.
Tested on: jam
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1613,7 +1613,7 @@ Optional Features: Clean turns nothing on and disables optimization (i.e.: a 'clean slate' configuration). All these settings can be overridden by using specific - configure flags. [default=debug] + configure flags. [default=production] --enable-dependency-tracking do not reject slow dependency extractors --disable-dependency-tracking @@ -4122,7 +4122,7 @@ fi ## Set the default ## Depends on branch, set via script at branch creation time if test "X-$BUILD_MODE" = X- ; then - BUILD_MODE=debug + BUILD_MODE=production fi ## Allow this variable to be substituted in diff --git a/configure.ac b/configure.ac index 8e52167..837e5ca 100644 --- a/configure.ac +++ b/configure.ac @@ -301,14 +301,14 @@ AC_ARG_ENABLE([build-mode], (i.e.: a 'clean slate' configuration). All these settings can be overridden by using specific configure flags. - [default=debug] + [default=production] ])], [BUILD_MODE=$enableval]) ## Set the default ## Depends on branch, set via script at branch creation time if test "X-$BUILD_MODE" = X- ; then - BUILD_MODE=debug + BUILD_MODE=production fi ## Allow this variable to be substituted in |