Set development mode to "off" by default.

bfd/ChangeLog:

	* development.sh (development): Set to false.
This commit is contained in:
Joel Brobecker
2019-02-27 08:53:29 +04:00
parent 5b2e8d4be9
commit c96a77fd20
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2019-02-27 Joel Brobecker <brobecker@adacore.com>
* development.sh (development): Set to false.
2019-02-24 Alan Modra <amodra@gmail.com>
PR 24144

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