From f0941d844b302281d3150dfaecbb8ecf497fac29 Mon Sep 17 00:00:00 2001 From: SisMaker <1713699517@qq.com> Date: Sat, 27 May 2023 00:55:41 +0800 Subject: [PATCH] =?UTF-8?q?ft:=20=E7=BC=96=E8=AF=91=E9=80=89=E9=A1=B9=20?= =?UTF-8?q?=20no=5Fdebug=5Finfo,=20deterministic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 6f7a25c..67a3df4 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,4 @@ -{erl_opts, [no_debug_info, {i, "include"}, nowarn_unused_function, nowarn_unused_vars, nowarn_export_all]}. +{erl_opts, [no_debug_info, deterministic, {i, "include"}, nowarn_unused_function, nowarn_unused_vars, nowarn_export_all]}. {deps, [ {eFmt, ".*", {git, "http://sismaker.tpddns.cn:53000/SisMaker/eFmt.git", {branch, "master"}}}, {eSync, ".*", {git, "http://sismaker.tpddns.cn:53000/SisMaker/eSync.git", {branch, "master"}}}