diff --git a/rebar.config b/rebar.config index 200a637..b0e38dc 100644 --- a/rebar.config +++ b/rebar.config @@ -12,7 +12,7 @@ {escript_incl_apps, [aesophia, aebytecode, getopt]}. {escript_main_app, aesophia}. {escript_name, aesophia}. -{escript_emu_args, "%%! +sbtu +A0\n"}. +{escript_emu_args, "%%! \n"}. {provider_hooks, [{post, [{compile, escriptize}]}]}. {post_hooks, [{"(linux|darwin|solaris|freebsd|netbsd|openbsd)", @@ -30,8 +30,6 @@ {base_plt_apps, [erts, kernel, stdlib, crypto, mnesia]} ]}. - - {relx, [{release, {aesophia, "2.0.0"}, [aesophia, aebytecode, getopt]},