diff options
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 99995eb..d9477e1 100644 --- a/rebar.config +++ b/rebar.config @@ -1,3 +1,3 @@ {app_bin, ["priv/rebar"]}. -{erl_opts, [fail_on_warning, debug_info]}. +{erl_opts, [fail_on_warning]}. {xref_checks, [undefined_function_calls]}. |