public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb/gdb-14-branch] Set development mode to "off" by default.
@ 2023-10-08  8:06 Joel Brobecker
  0 siblings, 0 replies; only message in thread
From: Joel Brobecker @ 2023-10-08  8:06 UTC (permalink / raw)
  To: bfd-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=01d4f264bd3cd2c144abf471452a61e2bf0c1f77

commit 01d4f264bd3cd2c144abf471452a61e2bf0c1f77
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Sun Oct 8 09:52:40 2023 +0200

    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 f638a577c28..1fd110e0959 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-10-08  8:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-08  8:06 [binutils-gdb/gdb-14-branch] Set development mode to "off" by default Joel Brobecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).