Browse Source

Merge pull request #113 from tsloughter/emu_args

add emulator args to escript for faster load time
pull/117/head
Fred Hebert 10 years ago
parent
commit
ea8aafc73d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      rebar.config

+ 1
- 0
rebar.config View File

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

Loading…
Cancel
Save