소스 검색
Merge pull request #1775 from ferd/redisable-dbg-info
Re-disable debug_info on prod profile
pull/1779/head
Fred Hebert
7 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
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}, |
|
|
|