diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2010-04-09 09:25:08 -0600 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2010-04-09 09:25:08 -0600 |
commit | f36e044e5dbe8e348023e30a8ad74da14c120251 (patch) | |
tree | a45d2fce07425cc660252ee72956223baad9a4e1 | |
parent | fcf4507a80478eba68a542a5bf80de7ee4d32bef (diff) |
Enable xref checks on rebar
-rw-r--r-- | rebar.config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index dc19dfa..99995eb 100644 --- a/rebar.config +++ b/rebar.config @@ -1,2 +1,3 @@ {app_bin, ["priv/rebar"]}. -{erl_opts, [fail_on_warning]}. +{erl_opts, [fail_on_warning, debug_info]}. +{xref_checks, [undefined_function_calls]}. |