Browse Source

ft: 编译选项 no_debug_info, deterministic

master
SisMaker 1 year ago
parent
commit
0c87ee08d5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config View File

@ -1,4 +1,4 @@
{erl_opts, [no_debug_info, {i, "include"}]}.
{erl_opts, [{i, "include"}, no_debug_info, deterministic]}.
{deps, [
{eGbh, ".*", {git, "http://sismaker.tpddns.cn:53000/SisMaker/eGbh.git", {branch, "master"}}},
{eSync, ".*", {git, "http://sismaker.tpddns.cn:53000/SisMaker/eSync.git", {branch, "master"}}}

Loading…
Cancel
Save