瀏覽代碼

Take a stab at OTP 18 compatability with macro logging

pull/430/head
Andrew Thompson 7 年之前
父節點
當前提交
3ec90fadec
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      rebar.config

+ 2
- 0
rebar.config 查看文件

@ -22,6 +22,8 @@
{erl_opts, [
{lager_extra_sinks, ['__lager_test_sink']},
{platform_define, "(19|20)", test_statem},
{platform_define, "(18)", 'FUNCTION_NAME', unavailable},
{platform_define, "(18)", 'FUNCTION_ARITY', 0},
debug_info,
report,
verbose,

Loading…
取消
儲存