summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rebar.config6
1 files changed, 3 insertions, 3 deletions
diff --git a/rebar.config b/rebar.config
index d987fcb..876f725 100644
--- a/rebar.config
+++ b/rebar.config
@@ -42,9 +42,9 @@
{profiles, [{test,
[{deps, [
{meck, "", {git, "https://github.com/eproxus/meck.git", {tag, "0.8.2"}}}
- ]}
- ]
- },
+ ]},
+ {erl_opts, [debug_info]}
+ ]},
%% We don't want erlydtl to attempt to run on the first compile pass to bootstrap
{bootstrap, []}