Change the 'override' to 'add'

This commit is contained in:
Feng Lee 2020-01-19 18:10:35 +08:00 committed by JianBo He
parent cce6b462b4
commit 35354a3451
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
compressed %% for edge
]}.
{overrides, [{override, [{erl_opts, [no_debug_info, compressed]}]}]}.
{overrides, [{add, [{erl_opts, [no_debug_info, compressed]}]}]}.
{edoc_opts, [{preprocess, true}]}.