]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Set development mode to "off" by default.
authorJoel Brobecker <brobecker@adacore.com>
Sat, 6 Sep 2025 22:09:03 +0000 (15:09 -0700)
committerJoel Brobecker <brobecker@adacore.com>
Sat, 6 Sep 2025 22:09:03 +0000 (15:09 -0700)
This is done by setting the "development" variable to "false"
in bfd/development.sh.

bfd/development.sh

index 97cece518d2ff842dae4a68a74fcc9f538ed6920..a34f66c2dd4977bb50a9bfb849188ded370e1d51 100644 (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