summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-01-24 15:55:14 -0600
committerTristan Sloughter <t@crashfast.com>2015-01-24 15:56:16 -0600
commit404c129f3d616ac129ae88ee1af48f0bd9e0e7f8 (patch)
treea202c7e1b14de68b0292750f1aed653d25a9b525
parent98ae221265887e309d1a3b4bae7b640b4201da61 (diff)
add emulator args to escript for faster load time
-rw-r--r--rebar.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config
index 2903832..5909531 100644
--- a/rebar.config
+++ b/rebar.config
@@ -9,6 +9,7 @@
[getopt, merl, erlydtl, erlware_commons, relx, providers, rebar]}.
{escript_top_level_app, rebar}.
{escript_name, rebar3}.
+{escript_emu_args, "%%! +sbtu +A0 -noinput -mode minimal\n"}.
{erl_opts,
[{platform_define, "R14", no_callback_support},