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

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

commit 006808a9a7e97aeb129e5dc5439b34098c32d58e
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Sun Dec 18 08:34:09 2022 +0400

    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 d7b944d1815..f4f15e04bf0 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:[~2022-12-18  4:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-18  4:40 [binutils-gdb/gdb-13-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).