aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/bootstrap.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2022-04-27 17:02:52 +0200
committerLoïc Hoguin <[email protected]>2022-04-27 17:02:52 +0200
commit3e83513764e8205d67b12346206d8c2fa0e5eed3 (patch)
treec38f3f021b6a520b358e276fa082e9b201fc6a8f /plugins/bootstrap.mk
parent8a5c11e530d3bd50ead86a427d3da3caa476d356 (diff)
downloaderlang.mk-3e83513764e8205d67b12346206d8c2fa0e5eed3.tar.gz
erlang.mk-3e83513764e8205d67b12346206d8c2fa0e5eed3.tar.bz2
erlang.mk-3e83513764e8205d67b12346206d8c2fa0e5eed3.zip
Upgrade to Relx 4 which is now used as a library
Diffstat (limited to 'plugins/bootstrap.mk')
-rw-r--r--plugins/bootstrap.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/bootstrap.mk b/plugins/bootstrap.mk
index 23dd238..7277d69 100644
--- a/plugins/bootstrap.mk
+++ b/plugins/bootstrap.mk
@@ -93,6 +93,8 @@ endef
define bs_relx_config
{release, {$p_release, "1"}, [$p, sasl, runtime_tools]}.
+{dev_mode, false}.
+{include_erts, true}.
{extended_start_script, true}.
{sys_config, "config/sys.config"}.
{vm_args, "config/vm.args"}.