[release/branch 2/2] Set development mode to "off" by default.
Andrew Burgess <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <fc7902740993c791469c71de4efae7810f2d57fa.1786035543.git.aburgess@redhat.com> |
This is done by setting the "development" variable to "false" in bfd/development.sh. --- 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 -- 2.25.4