[binutils-gdb/gdb-17-branch] Set development mode to "off" by default.

Joel Brobecker brobecke@sourceware.org
Sat Sep 6 22:15:52 GMT 2025


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

commit a87403737f8bf45e27d7c1ac5bcd5ceb209a6679
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Sat Sep 6 15:09:03 2025 -0700

    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 97cece518d2..a34f66c2dd4 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


More information about the Binutils-cvs mailing list