瀏覽代碼

ft: 编译选项 no_debug_info, deterministic

master
SisMaker 1 年之前
父節點
當前提交
9c2e9c97f9
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config 查看文件

@ -1,4 +1,4 @@
{erl_opts, [debug_info]}.
{erl_opts, [no_debug_info, deterministic]}.
{deps, []}.
{escript_main_app, genProto}. % specify which app is the escript app

Loading…
取消
儲存