Browse Source

Merge pull request #120 from tsloughter/master

no more mode minimal
pull/123/head
Fred Hebert 10 years ago
parent
commit
89d3ef6e0d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config View File

@ -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},

Loading…
Cancel
Save