aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2015-01-31 17:38:03 -0600
committerTristan Sloughter <[email protected]>2015-01-31 17:38:36 -0600
commitcd4d6875e48d9b6269d1930a9cad67fd2a658cf8 (patch)
treea0fecfb6de310bc41b629437f2ce01e33d99ac44 /rebar.config
parent3a6b64302bd05441b942da56f5f5deed9b0c58b0 (diff)
downloadrelx-cd4d6875e48d9b6269d1930a9cad67fd2a658cf8.tar.gz
relx-cd4d6875e48d9b6269d1930a9cad67fd2a658cf8.tar.bz2
relx-cd4d6875e48d9b6269d1930a9cad67fd2a658cf8.zip
add escript emu args to speed up start time
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config
index e990194..b67d1f8 100644
--- a/rebar.config
+++ b/rebar.config
@@ -40,3 +40,5 @@
{compiler_options, [report, return, debug_info]}]}.
{escript_incl_apps,
[getopt, erlware_commons, erlydtl, providers]}.
+{escript_emu_args, "%%! +sbtu +A0 -noinput\n"}.
+