diff --git a/rebar.config b/rebar.config index 7e97539..166e211 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,4 @@ -{erl_opts, [{i, "include"}]}. +{erl_opts, [{i, "include"}, no_debug_info, deterministic]}. {deps, [ {eVPack, {git, "http://sismaker.tpddns.cn:53000/SisMaker/eVPack.git", {branch, master}}}