選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

13 行
260 B

{erl_opts, [no_debug_info]}.
{deps, []}.
{escript_incl_apps,
[{{name}}]}.
{escript_main_app, {{name}}}.
{escript_name, {{name}}}.
{escript_emu_args, "%%! +sbtu +A0\n"}.
%% Profiles
{profiles, [{test,
[{erl_opts, [debug_info]}
]}]}.