fix(rebar.config): do not restart emqx_machine
This commit is contained in:
parent
3cda69fa3f
commit
ebf897a14c
|
@ -138,7 +138,7 @@ common_compile_opts() ->
|
|||
, {compile_info, [{emqx_vsn, get_vsn()}]}
|
||||
, {d, snk_kind, msg}
|
||||
] ++
|
||||
[{d, 'EMQX_DEP_APPS', AppNames -- [emqx]}] ++
|
||||
[{d, 'EMQX_DEP_APPS', AppNames -- [emqx, emqx_machine]}] ++
|
||||
[{d, 'EMQX_ENTERPRISE'} || is_enterprise()] ++
|
||||
[{d, 'EMQX_BENCHMARK'} || os:getenv("EMQX_BENCHMARK") =:= "1" ].
|
||||
|
||||
|
|
Loading…
Reference in New Issue