瀏覽代碼

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
父節點
當前提交
33ba9486c0
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 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},

Loading…
取消
儲存