소스 검색

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,

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