aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Wilberding <[email protected]>2015-01-31 16:24:39 -0800
committerJordan Wilberding <[email protected]>2015-01-31 16:24:39 -0800
commit2eda48dd5f69f617a3e4b6f7de2d6d7c12d4e820 (patch)
tree72fd56ce316fa4465b1511ab43684d3e6948fcad
parent5a0d655eb52b45a8d382d6b75b1061e3025614ed (diff)
parentcd4d6875e48d9b6269d1930a9cad67fd2a658cf8 (diff)
downloadrelx-2eda48dd5f69f617a3e4b6f7de2d6d7c12d4e820.tar.gz
relx-2eda48dd5f69f617a3e4b6f7de2d6d7c12d4e820.tar.bz2
relx-2eda48dd5f69f617a3e4b6f7de2d6d7c12d4e820.zip
Merge pull request #308 from tsloughter/emu
add escript emu args to speed up start time
-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"}.
+