浏览代码

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,

正在加载...
取消
保存