From af4f2ad79583d5b0f642c5241b23166b4931d735 Mon Sep 17 00:00:00 2001 From: Erik Stenman Date: Mon, 25 Feb 2019 13:10:04 +0100 Subject: [PATCH] Clean up. --- rebar.config | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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]},