Set development mode to "off" by default.

bfd/ChangeLog:

	* development.sh (development): Set to false.
This commit is contained in:
Joel Brobecker
2020-09-12 19:34:37 -07:00
parent 31c6c31e02
commit 713bde4c19
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2020-09-13 Joel Brobecker <brobecker@adacore.com>
* development.sh (development): Set to false.
2020-09-12 H.J. Lu <hongjiu.lu@intel.com>
PR ld/26391

View File

@@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Controls whether to enable development-mode features by default.
development=true
development=false
# Indicate whether this is a release branch.
experimental=true