diff options
author | Tristan Sloughter <t@crashfast.com> | 2015-01-28 19:48:15 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2015-01-28 19:48:22 -0600 |
commit | 6450d9c92413ec2435f5d5de881d7f73b509b0c5 (patch) | |
tree | 6266c86ce7d4aa292d385c8c4cc6561b044a6a9c | |
parent | b2d66eb176f00e6e5eceabfeeffa44953bbc012e (diff) |
no more mode minimal
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 5909531..9df8d71 100644 --- a/rebar.config +++ b/rebar.config @@ -9,7 +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"}. +{escript_emu_args, "%%! +sbtu +A0 -noinput\n"}. {erl_opts, [{platform_define, "R14", no_callback_support}, |