From 5a600e0e1109e1980e52d847a51f6f6419818588 Mon Sep 17 00:00:00 2001 From: SisMaker <1713699517@qq.com> Date: Sat, 27 May 2023 00:59:45 +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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rebar.config b/rebar.config index c6b880d..17fb9b8 100644 --- a/rebar.config +++ b/rebar.config @@ -1,8 +1,8 @@ {erl_opts, [no_debug_info, deterministic]}. {deps, []}. - {pre_hooks, - [{"", compile, "escript c_src/eNpc compile"}]}. - - {post_hooks, - [{"", clean, "escript c_src/eNpc clean"}]}. +%{pre_hooks, +% [{"", compile, "escript c_src/eNpc compile"}]}. +% +%{post_hooks, +% [{"", clean, "escript c_src/eNpc clean"}]}.