Set development mode to "off" by default.

This is done by setting the "development" variable to "false"
in bfd/development.sh.
This commit is contained in:
Joel Brobecker
2022-12-18 08:34:09 +04:00
parent 117d18d2fc
commit 006808a9a7

View 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