build: delete unused keydelete
This commit is contained in:
parent
a074cf24d0
commit
b6d11e6f5d
|
@ -149,7 +149,7 @@ prod_overrides() ->
|
|||
[{add, [ {erl_opts, [deterministic]}]}].
|
||||
|
||||
profiles() ->
|
||||
CommonCompileOpts = lists:keydelete('EMQX_EXT_SCHEMAS', 2, common_compile_opts()),
|
||||
CommonCompileOpts = common_compile_opts(),
|
||||
Vsn = get_vsn(),
|
||||
[ {'emqx', [ {erl_opts, prod_compile_opts()}
|
||||
, {relx, relx(Vsn, cloud, bin)}
|
||||
|
|
Loading…
Reference in New Issue