소스 검색

Re-disable debug_info on prod profile

Had mistakenly only disabled it for deps.
pull/1775/head
Fred Hebert 7 년 전
부모
커밋
112833b8b3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      rebar.config

+ 1
- 0
rebar.config 파일 보기

@ -54,6 +54,7 @@
{bootstrap, []},
{prod, [
{erl_opts, [no_debug_info]},
{overrides, [
{override, erlware_commons, [
{erl_opts, [{platform_define, "^[0-9]+", namespaced_types},

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