summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-03-09 10:06:25 -0500
committerTristan Sloughter <t@crashfast.com>2015-03-09 10:06:25 -0500
commit4cfd9f0816076473fb46f9a01fc6237450c51085 (patch)
tree3a31d8cd2a681c2e5ffcfc7cc971c3c80488ba7a
parentcb1a5b945c30b17a1949234d86c739fc032219ee (diff)
disable smp in escript
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 3997d8d..a5653e1 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\n"}.
+{escript_emu_args, "%%! -smp disable +sbtu +A0 -noinput\n"}.
{erl_opts,
[{platform_define, "R14", no_callback_support},