Просмотр исходного кода

Merge pull request #254 from tsloughter/smp

disable smp in escript
pull/255/head
Fred Hebert 10 лет назад
Родитель
Сommit
f5ca4bae33
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      rebar.config

+ 1
- 1
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},

Загрузка…
Отмена
Сохранить