feat(build): deterministic compile option

This commit is contained in:
Zaiming Shi 2020-10-30 10:20:13 +01:00 committed by terry-xiaoyu
parent 151d820058
commit 84d31a1d7a
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
{edoc_opts,[{preprocess,true}]}. {edoc_opts,[{preprocess,true}]}.
{erl_opts,[warn_unused_vars,warn_shadow_vars,warn_unused_import, {erl_opts,[warn_unused_vars,warn_shadow_vars,warn_unused_import,
warn_obsolete_guard,no_debug_info,compressed]}. warn_obsolete_guard,no_debug_info,compressed]}.
{overrides,[{add,[{erl_opts,[no_debug_info,compressed, {overrides,[{add,[{erl_opts,[no_debug_info,compressed,deterministic,
{parse_transform,mod_vsn}]}]}]}. {parse_transform,mod_vsn}]}]}]}.
{xref_checks,[undefined_function_calls,undefined_functions,locals_not_used, {xref_checks,[undefined_function_calls,undefined_functions,locals_not_used,
deprecated_function_calls,warnings_as_errors, deprecated_function_calls,warnings_as_errors,