[binutils-gdb/gdb-18-branch] Set development mode to "off" by default.
Andrew Burgess via Binutils-cvs <[email protected]>
| Newsgroups | gmane.comp.gnu.binutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=fc7902740993c791469c71de4efae7810f2d57fa commit fc7902740993c791469c71de4efae7810f2d57fa Author: Andrew Burgess <[email protected]> Date: Thu Aug 6 17:19:38 2026 +0100 Set development mode to "off" by default. This is done by setting the "development" variable to "false" in bfd/development.sh. Diff: --- bfd/development.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bfd/development.sh b/bfd/development.sh index ba55fd9fa5f..75dbdfdf370 100644 --- a/bfd/development.sh +++ b/bfd/development.sh @@ -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