Sfoglia il codice sorgente

ft: 编译选项 no_debug_info, deterministic

master
SisMaker 1 anno fa
parent
commit
3d0bee4653
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config Vedi File

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

Caricamento…
Annulla
Salva