feat(build): deterministic compile option
This commit is contained in:
parent
151d820058
commit
84d31a1d7a
|
@ -5,7 +5,7 @@
|
|||
{edoc_opts,[{preprocess,true}]}.
|
||||
{erl_opts,[warn_unused_vars,warn_shadow_vars,warn_unused_import,
|
||||
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}]}]}]}.
|
||||
{xref_checks,[undefined_function_calls,undefined_functions,locals_not_used,
|
||||
deprecated_function_calls,warnings_as_errors,
|
||||
|
|
Loading…
Reference in New Issue