소스 검색

ft: 编译选项 no_debug_info, deterministic

master
SisMaker 1 년 전
부모
커밋
8c91f85b10
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config 파일 보기

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

불러오는 중...
취소
저장